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