diff options
author | Matthias Schiffer <matthias@gamezock.de> | 2010-02-25 04:49:30 +0100 |
---|---|---|
committer | Matthias Schiffer <matthias@gamezock.de> | 2010-02-25 04:49:30 +0100 |
commit | 9ca9555fede912e5a3c9cebaa2050bb2c7cc7b1c (patch) | |
tree | db35235d4d497aa694bcadddedcbcee7e01a5c55 /Makefile | |
parent | b4f295da9183d442b87396f07284b7624b90892e (diff) | |
download | htanks-9ca9555fede912e5a3c9cebaa2050bb2c7cc7b1c.tar htanks-9ca9555fede912e5a3c9cebaa2050bb2c7cc7b1c.zip |
Renamed some files and added Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
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 $< |