aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2020-03-25 06:06:44 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2020-03-25 06:06:44 +0100
commitd3534969bd96f6931c50fb5e6c39569257ff4883 (patch)
treed5d9ded65be06047999a62642e17950ef82f4a72 /Makefile
parentc2cc12278b4bea016c6f73537d99a9b48158898c (diff)
downloadmitjafelicijan.com-d3534969bd96f6931c50fb5e6c39569257ff4883.tar.gz
Cleaned up some content
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 642ae7a..7f415c3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
1dev: 1dev:
2 browser-sync ./public/ -w --no-notify --no-open --extensions=.html 2 browser-sync start --server ./public --watch --no-open --no-notify
3 3
4clean: 4clean:
5 rm -rf public/* 5 rm -rf public/*