diff options
Diffstat (limited to 'src/editor/simple/Makefile')
| -rw-r--r-- | src/editor/simple/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/editor/simple/Makefile b/src/editor/simple/Makefile index 8deac8b2a..be40c0944 100644 --- a/src/editor/simple/Makefile +++ b/src/editor/simple/Makefile @@ -1,3 +1,7 @@ save: save.hs ghc --make save.hs + +install:: + @make save + rsync -avz P *.html *.css *.js ../../runtime/javascript/minibar/support.js *.cgi *.manifest save www.grammaticalframework.org:/usr/local/www/GF/demos/gfse |
