From 2d86f7a739efe018dc5e710da330d3791675a173 Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 5 Sep 2007 18:08:16 +0000 Subject: transfer exx --- examples/tutorial/embedded/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'examples/tutorial/embedded/Makefile') 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 -- cgit v1.2.3