summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: d8a62ca8623249fdeb3ddc9311f059a3556eebe1 (plain)
1
2
3
4
5
6
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 -threaded --make HTanks -lGL -lglpng

%.hs : %.hsc
	hsc2hs $<