Renamed some files and added Makefile
This commit is contained in:
parent
b4f295da91
commit
9ca9555fed
5 changed files with 100 additions and 93 deletions
7
Makefile
Normal file
7
Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
all: HTanks
|
||||
|
||||
HTanks : Bindings/GLX.hs Bindings/GLPng.hs GLDriver.hs GLX.hs Texture.hs Tank.hs Level.hs Game.hs Render.hs HTanks.hs
|
||||
ghc --make HTanks -lGL -lglpng
|
||||
|
||||
%.hs : %.hsc
|
||||
hsc2hs $<
|
Reference in a new issue