aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a001990..02db7c8 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ clean:
2 -rm -Rf _site/ 2 -rm -Rf _site/
3 3
4run: clean 4run: clean
5 bundle exec jekyll serve --incremental 5 bundle exec jekyll serve --incremental --drafts
6 6
7publish: 7publish:
8 git add . 8 git add .