8 lines
188 B
Makefile
8 lines
188 B
Makefile
![]() |
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 $<
|