From bbed5806538a47b184d3bde8a2be8d54c5400e7e Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 25 Feb 2010 05:08:10 +0100 Subject: Fixed event handling bug; don't provide generated bindings in git as they are probably not 64-bit clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 $< -- cgit v1.2.3