summaryrefslogtreecommitdiff
path: root/examples/tutorial/embedded/Makefile
blob: 14e85bd76dc0ea9c51a20a47dfac9c1afe1ebe8d (plain)
1
2
3
4
all:
	gfc --make --output-format=haskell QueryEng.gf QuerySpa.gf
	ghc --make -o ./math TransferLoop.hs
	strip math