mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 16:59:34 -06:00
transfer exx
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user