summaryrefslogtreecommitdiff
path: root/old-examples/tutorial/embedded/Makefile
blob: 119d5d0fe7fa6d7ddcff506d11489edfe5c310d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
all:
	gfc --make -haskell MathEng.gf MathFre.gf
	ghc --make -o ./math TransferLoop.hs
	strip math

clean: 
	rm -f *.gfo *.o *.hi

distclean:
	rm -f GSyntax.hs math Math.gfcc *.gfo *.o *.hi