Fixed event handling bug; don't provide generated bindings in git as they are probably not 64-bit clean
This commit is contained in:
parent
9ca9555fed
commit
bbed580653
5 changed files with 5 additions and 522 deletions
2
Makefile
2
Makefile
|
@ -1,7 +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
|
||||
ghc -threaded --make HTanks -lGL -lglpng
|
||||
|
||||
%.hs : %.hsc
|
||||
hsc2hs $<
|
||||
|
|
Reference in a new issue