aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 7af4018..a4db862 100644
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,11 @@
1GS ?= gostatic 1dev:
2 2 browser-sync ./public/ -w --no-notify --no-open
3compile: clean
4 $(GS) config
5 3
6clean: 4clean:
7 -rm public -rf 5 rm -rf public/*
8 6
9dev: clean 7generate:
10 $(GS) -w config 8 staticgen --generate
11 9
12deploy: clean compile 10deploy: clean generate
13 firebase deploy 11 firebase deploy