diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,5 +7,8 @@ site: ${GUILE} -L ./src -c \ '((@ (haunt site) build-site) (@ (operationnull site) main-site))' +deploy: + scp -r target/* heimdallr:/var/www/operationnull/ + clean: rm -rf target/ |