summaryrefslogtreecommitdiff
path: root/src/server/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/Makefile')
-rw-r--r--src/server/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/server/Makefile b/src/server/Makefile
index 76f1d1ab8..4ccf57182 100644
--- a/src/server/Makefile
+++ b/src/server/Makefile
@@ -1,6 +1,6 @@
GFCFLAGS = +RTS -K100M -RTS --cpu
-.PHONY: pgf.fcgi run
+.PHONY: pgf.fcgi run gf-gwt.jar
pgf.fcgi:
cabal install
@@ -35,7 +35,7 @@ test.pgf: LangEng-parse.pgf LangGer-parse.pgf
run: pgf.fcgi
@echo '*********************************************'
- @echo 'See http://localhost:41296/gwt-client/www/se.chalmers.cs.gf.gwt_translate.Translate/Translate.html'
+ @echo 'See http://localhost:41296/gwt-client/www/se.chalmers.cs.gf.gwt.TranslateApp/Translate.html'
@echo '*********************************************'
lighttpd -f lighttpd.conf -D
@@ -47,6 +47,9 @@ gwt-installball: pgf.fcgi gwt
mv tmp/gwt-client/Translate.html tmp/gwt-client/index.html
(cd tmp && tar -zcf ../gwt-client-installball.tar.gz gwt-client)
+gf-gwt.jar:
+ jar -cf $@ -C gwt-client/src se
+
clean:
cabal clean
-rm -f pgf.fcgi \ No newline at end of file