Renamed some files and added Makefile

This commit is contained in:
Matthias Schiffer 2010-02-25 04:49:30 +01:00
parent b4f295da91
commit 9ca9555fed
5 changed files with 100 additions and 93 deletions

7
Makefile Normal file
View file

@ -0,0 +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
%.hs : %.hsc
hsc2hs $<