summaryrefslogtreecommitdiff
path: root/src/server/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/Makefile')
-rw-r--r--src/server/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/server/Makefile b/src/server/Makefile
index fe37ee114..76f1d1ab8 100644
--- a/src/server/Makefile
+++ b/src/server/Makefile
@@ -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 $^