mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
changed names of resource-1.3; added a note on homepage on release
This commit is contained in:
11
old-examples/tutorial/embedded/Makefile
Normal file
11
old-examples/tutorial/embedded/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
all:
|
||||
gfc --make -haskell MathEng.gf MathFre.gf
|
||||
ghc --make -o ./math TransferLoop.hs
|
||||
strip math
|
||||
|
||||
clean:
|
||||
rm -f *.gfo *.o *.hi
|
||||
|
||||
distclean:
|
||||
rm -f GSyntax.hs math Math.gfcc *.gfo *.o *.hi
|
||||
|
||||
Reference in New Issue
Block a user