diff Makefile @ 25:bbac3e4a4b9b

Cleanups, etc.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 01 Feb 2011 18:05:19 +0200
parents 1be98362e5e9
children 3d4cc47df31a
line wrap: on
line diff
--- a/Makefile	Tue Feb 01 16:22:46 2011 +0200
+++ b/Makefile	Tue Feb 01 18:05:19 2011 +0200
@@ -1,7 +1,7 @@
 # Settings, directories
 RUN=Ristipolku.class
 
-RESOURCES=graphics/*.png graphics/*.jpg sounds/*.wav
+RESOURCES=graphics/*.png graphics/*.jpg graphics/font.ttf sounds/*.wav
 
 CLASSES=game/Piece.java game/PieceType.java game/Engine.java game/Interpolate.java game/ResourceLoader.java