diff options
author | Matthias Schiffer <matthias@gamezock.de> | 2010-02-25 05:08:10 +0100 |
---|---|---|
committer | Matthias Schiffer <matthias@gamezock.de> | 2010-02-25 05:08:10 +0100 |
commit | bbed5806538a47b184d3bde8a2be8d54c5400e7e (patch) | |
tree | b471dcbb31e8001ff9928878fe46c216ab719573 /Makefile | |
parent | 9ca9555fede912e5a3c9cebaa2050bb2c7cc7b1c (diff) | |
download | htanks-bbed5806538a47b184d3bde8a2be8d54c5400e7e.tar htanks-bbed5806538a47b184d3bde8a2be8d54c5400e7e.zip |
Fixed event handling bug; don't provide generated bindings in git as they are probably not 64-bit clean
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $< |