diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,5 +96,5 @@ clean: public: $(derived-assets) jekyll build -publish: public +publish: all rsync -avzP public/ euandre.org:/home/user-data/www/default/ --delete |