mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-18 07:32:51 -06:00
model for resource
This commit is contained in:
17
examples/model/Makefile
Normal file
17
examples/model/Makefile
Normal file
@@ -0,0 +1,17 @@
|
||||
all: gf hs run
|
||||
|
||||
gf:
|
||||
echo "pm | wf math.gfcm" | gf MathEng.gf MathFre.gf
|
||||
|
||||
hs: gf
|
||||
echo "pg -printer=haskell | wf GSyntax.hs" | gf math.gfcm
|
||||
|
||||
run: hs
|
||||
ghc --make -o math Run.hs
|
||||
|
||||
clean:
|
||||
rm -f *.gfc *.gfr *.o *.hi
|
||||
|
||||
distclean:
|
||||
rm -f GSyntax.hs math math.gfcm *.gfc *.gfr *.o *.hi
|
||||
|
||||
Reference in New Issue
Block a user