summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2010-03-02 21:36:37 +0100
committerMatthias Schiffer <matthias@gamezock.de>2010-03-02 21:36:37 +0100
commit8586ef7b8502bc8be2f37026b6e443b5a6cf0868 (patch)
tree80cefe818017f90c1a34f4245d23fd5e7188aece /Makefile
parentd4db00ce9bce4410becfc4ee71264fc607b96c5b (diff)
downloadhtanks-8586ef7b8502bc8be2f37026b6e443b5a6cf0868.tar
htanks-8586ef7b8502bc8be2f37026b6e443b5a6cf0868.zip
New generic player implementation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f28968b..5064c3b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
HSCFILES = Bindings/GLX.hsc Bindings/GLPng.hsc
-HSFILES = $(HSCFILES:%.hsc=%.hs) GLDriver.hs GLX.hs Texture.hs Tank.hs Level.hs Game.hs Render.hs HTanks.hs
+HSFILES = $(HSCFILES:%.hsc=%.hs) GLDriver.hs GLX.hs Texture.hs Tank.hs Player.hs DefaultPlayer.hs Level.hs Game.hs Render.hs HTanks.hs
all: HTanks