blob: f2e33c3fb3f7865e04f01f0134cd81833aaa8683 (
plain)
1
2
3
4
5
6
7
|
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
|