forked from GitHub/gf-core
8 lines
190 B
Makefile
8 lines
190 B
Makefile
|
|
save: save.hs
|
|
ghc --make save.hs
|
|
|
|
install::
|
|
@make save
|
|
rsync -avz --exclude .DS_Store P *.html *.css *.js *.cgi *.manifest save www.grammaticalframework.org:/usr/local/www/GF/demos/gfse
|