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