summaryrefslogtreecommitdiff
path: root/old-examples/tutorial/embedded/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'old-examples/tutorial/embedded/Makefile')
-rw-r--r--old-examples/tutorial/embedded/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/old-examples/tutorial/embedded/Makefile b/old-examples/tutorial/embedded/Makefile
new file mode 100644
index 000000000..119d5d0fe
--- /dev/null
+++ b/old-examples/tutorial/embedded/Makefile
@@ -0,0 +1,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
+