mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 09:02:50 -06:00
Update gf-server instructions and configuration.
This commit is contained in:
@@ -3,15 +3,14 @@ GFCFLAGS = +RTS -K100M -RTS --cpu
|
||||
.PHONY: pgf.fcgi run
|
||||
|
||||
pgf.fcgi:
|
||||
cabal configure
|
||||
cabal build
|
||||
cabal install
|
||||
cp dist/build/pgf.fcgi/pgf.fcgi .
|
||||
|
||||
gwt:
|
||||
gwt-client/Translate-compile
|
||||
|
||||
food.pgf:
|
||||
gfc --make --name=grammar ../../examples/tutorial/food/Food{Eng,Ita}.gf
|
||||
gfc --make --name=food ../../examples/tutorial/food/Food{Eng,Ita}.gf
|
||||
|
||||
Demo%-parse.pgf: ../../lib/resource/demo/Demo%.gf
|
||||
gfc $(GFCFLAGS) --make --erasing=on --name=Demo$*-parse $^
|
||||
|
||||
Reference in New Issue
Block a user