summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 7492b7a25bf246c8a9ac7b58db8fb47cf5df9924 (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 --make HTanks -lGL -lglpng

%.hs : %.hsc
	hsc2hs $<