summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2010-02-25 05:08:10 +0100
committerMatthias Schiffer <matthias@gamezock.de>2010-02-25 05:08:10 +0100
commitbbed5806538a47b184d3bde8a2be8d54c5400e7e (patch)
treeb471dcbb31e8001ff9928878fe46c216ab719573 /Makefile
parent9ca9555fede912e5a3c9cebaa2050bb2c7cc7b1c (diff)
downloadhtanks-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7492b7a..d8a62ca 100644
--- a/Makefile
+++ b/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 $<