mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 01:32:50 -06:00
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
|