diff options
Diffstat (limited to 'examples/tutorial/embedded/Makefile')
| -rw-r--r-- | examples/tutorial/embedded/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/tutorial/embedded/Makefile b/examples/tutorial/embedded/Makefile index 203795b6a..787c75e69 100644 --- a/examples/tutorial/embedded/Makefile +++ b/examples/tutorial/embedded/Makefile @@ -4,15 +4,15 @@ gf: echo "pm | wf math.gfcm" | gf MathEng.gf MathFre.gf hs: gf - echo "pg -printer=haskell | wf haskell/GSyntax.hs" | gf math.gfcm + echo "pg -printer=haskell | wf GSyntax.hs" | gf math.gfcm run: hs - ghc --make -o ./math -ihaskell haskell/Run.hs + ghc --make -o ./math TransferLoop.hs strip math clean: - rm -f *.gfc *.gfr haskell/*.o haskell/*.hi + rm -f *.gfc *.gfr *.o *.hi distclean: - rm -f GSyntax.hs math math.gfcm *.gfc *.gfr haskell/*.o haskell/*.hi + rm -f GSyntax.hs math math.gfcm *.gfc *.gfr *.o *.hi |
