diff options
author | Matthias Schiffer <matthias@gamezock.de> | 2010-03-02 06:10:34 +0100 |
---|---|---|
committer | Matthias Schiffer <matthias@gamezock.de> | 2010-03-02 06:10:34 +0100 |
commit | d4db00ce9bce4410becfc4ee71264fc607b96c5b (patch) | |
tree | e8795cc2274714d652a58885b932499597f1826d /Makefile | |
parent | 6a381a238a10695c5efa79ac7e73818c33c3e1f6 (diff) | |
download | htanks-d4db00ce9bce4410becfc4ee71264fc607b96c5b.tar htanks-d4db00ce9bce4410becfc4ee71264fc607b96c5b.zip |
Implemented correct turning
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |