Implemented correct turning
This commit is contained in:
parent
6a381a238a
commit
d4db00ce9b
5 changed files with 70 additions and 23 deletions
2
Makefile
2
Makefile
|
@ -10,4 +10,4 @@ HTanks : $(HSFILES)
|
|||
hsc2hs $<
|
||||
|
||||
clean :
|
||||
rm -f HTanks $(HSFILES:%.hs=%.o) $(HSFILES:%.hs=%.hi) $(HSCFILES:%.hsc=%.hs)
|
||||
rm -f HTanks $(HSFILES:%.hs=%.o) $(HSFILES:%.hs=%.hi) $(HSCFILES:%.hsc=%.hs)
|
||||
|
|
Reference in a new issue