summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4cd0d97..bfb91a1 100644
--- a/Makefile
+++ b/Makefile
@@ -6,5 +6,8 @@ production:
development:
JEKYLL_ENV=development bundle exec jekyll build
+clean:
+ bundle exec jekyll clean
+
make_push_to_server: production
sshpass -f ~/.sshpass rsync -av _site/ wp12286963@ssh.server-he.de:uvokchee.de/blog