diff Makefile @ 27:26adc2827983

More work on the internals.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 01 Feb 2011 20:38:19 +0200
parents 3d4cc47df31a
children 736de7b28701
line wrap: on
line diff
--- a/Makefile	Tue Feb 01 19:18:25 2011 +0200
+++ b/Makefile	Tue Feb 01 20:38:19 2011 +0200
@@ -3,7 +3,10 @@
 
 RESOURCES=graphics/*.png graphics/*.jpg graphics/font.ttf sounds/*.wav
 
-CLASSES=game/Piece.class game/PieceType.class game/Engine.class game/Interpolate.class game/ResourceLoader.class
+CLASSES=game/Piece.class game/PieceType.class \
+	game/Engine.class game/Interpolate.class \
+	game/ResourceLoader.class game/Sound.class \
+	game/SoundElement.class
 
 # Utils
 JAVAC=javac -g
@@ -30,8 +33,8 @@
 ###
 ### Package
 ###
-Ristipolku.jar: $(RUN) $(CLASSES) $(RESOURCES)
-	jar cvfm $@ manifest.txt $+
+Ristipolku.jar: $(RUN) $(RESOURCES)
+	jar cvfm $@ manifest.txt $+ game/*.class
 
 
 upload: Ristipolku.jar