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