summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2010-03-02 06:10:34 +0100
committerMatthias Schiffer <matthias@gamezock.de>2010-03-02 06:10:34 +0100
commitd4db00ce9bce4410becfc4ee71264fc607b96c5b (patch)
treee8795cc2274714d652a58885b932499597f1826d /Makefile
parent6a381a238a10695c5efa79ac7e73818c33c3e1f6 (diff)
downloadhtanks-d4db00ce9bce4410becfc4ee71264fc607b96c5b.tar
htanks-d4db00ce9bce4410becfc4ee71264fc607b96c5b.zip
Implemented correct turning
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8de3dc4..f28968b 100644
--- a/Makefile
+++ b/Makefile
@@ -10,4 +10,4 @@ HTanks : $(HSFILES)
hsc2hs $<
clean :
- rm -f HTanks $(HSFILES:%.hs=%.o) $(HSFILES:%.hs=%.hi) $(HSCFILES:%.hsc=%.hs) \ No newline at end of file
+ rm -f HTanks $(HSFILES:%.hs=%.o) $(HSFILES:%.hs=%.hi) $(HSCFILES:%.hsc=%.hs)