aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2018-08-06 05:38:21 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2018-08-06 05:38:21 +0200
commit1fdc52bd0e67371d0e9b2b27923d49c451b35a11 (patch)
treec1d963b5f4e678182514693c9067234b8448bbf5 /Makefile
parent6968f50956b5fe82673120bd23fa01b060b5a645 (diff)
downloadmitjafelicijan.com-1fdc52bd0e67371d0e9b2b27923d49c451b35a11.tar.gz
update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5db17ff..a001990 100644
--- a/Makefile
+++ b/Makefile
@@ -3,3 +3,8 @@ clean:
3 3
4run: clean 4run: clean
5 bundle exec jekyll serve --incremental 5 bundle exec jekyll serve --incremental
6
7publish:
8 git add .
9 git commit -m "update"
10 git push