This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
htanks/Makefile

8 lines
188 B
Makefile
Raw Normal View History

2010-02-25 04:49:30 +01:00
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 $<