summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2010-02-25 04:49:30 +0100
committerMatthias Schiffer <matthias@gamezock.de>2010-02-25 04:49:30 +0100
commit9ca9555fede912e5a3c9cebaa2050bb2c7cc7b1c (patch)
treedb35235d4d497aa694bcadddedcbcee7e01a5c55 /Makefile
parentb4f295da9183d442b87396f07284b7624b90892e (diff)
downloadhtanks-9ca9555fede912e5a3c9cebaa2050bb2c7cc7b1c.tar
htanks-9ca9555fede912e5a3c9cebaa2050bb2c7cc7b1c.zip
Renamed some files and added Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..7492b7a
--- /dev/null
+++ b/Makefile
@@ -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 $<