transfer exx

This commit is contained in:
aarne
2007-09-05 18:08:16 +00:00
parent f357082c27
commit 90a8b828ab
3 changed files with 32 additions and 24 deletions

View File

@@ -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