diff Makefile @ 75:b586ce4f6d97

Large GUI code cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 03 Mar 2011 04:04:57 +0200
parents f81f76458b92
children 18316f0638ff
line wrap: on
line diff
--- a/Makefile	Wed Mar 02 23:48:17 2011 +0200
+++ b/Makefile	Thu Mar 03 04:04:57 2011 +0200
@@ -3,7 +3,8 @@
 
 RESOURCES=graphics/*.png graphics/*.jpg graphics/font.ttf sounds/*.wav
 
-CLASSES=game/Piece.class game/PieceType.class \
+CLASSES=game/G.class \
+	game/Piece.class game/PieceType.class \
 	game/Engine.class game/Interpolate.class \
 	game/ResourceLoader.class game/Sound.class \
 	game/SoundElement.class game/SoundManager.class \