diff Makefile @ 128:584a226318b0

Add AnimatedPointElement class to the build.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 24 Nov 2011 21:09:27 +0200
parents 18316f0638ff
children 881deac2daf8
line wrap: on
line diff
--- a/Makefile	Thu Nov 24 21:09:04 2011 +0200
+++ b/Makefile	Thu Nov 24 21:09:27 2011 +0200
@@ -9,7 +9,8 @@
 	game/ResourceLoader.class \
 	game/Sound.class game/SoundManager.class \
 	game/IDMPoint.class game/IDMWidget.class \
-	game/IDMButton.class game/IDMContainer.class
+	game/IDMButton.class game/IDMContainer.class \
+	game/AnimatedPointElement.class
 
 # Utils
 JAVAC=javac -g