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