1 2 3 4 5 6 7 8 9 10
.PHONY: gf-morpho.fcgi clean gf-morpho.fcgi: ghc -i.. --make -o $@ MorphoServer.hs # cabal configure # cabal build # cp dist/build/$@/$@ . clean: cabal clean