diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-06-16 15:55:15 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-06-16 15:55:15 -0300 |
commit | d85e2ef39f0428b1263887c54b42cf9484c00c1f (patch) | |
tree | 8c8cd96c5072f3a7ed645931b71cc5917e1e3877 /Makefile | |
parent | 9d9180ef02ce6912cce74dbaafaeb707caa3b249 (diff) | |
download | bootless-d85e2ef39f0428b1263887c54b42cf9484c00c1f.tar.gz bootless-d85e2ef39f0428b1263887c54b42cf9484c00c1f.tar.bz2 |
Cleanup
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,3 +19,5 @@ web: web_deploy: @rsync -avz --delete www/ bootless:/var/sites/bootless/www/ + +publish: web web_deploy |