aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 2411164c48a63f94e914b8e9afa6570be275cbca (plain)
1
2
3
4
5
6
7
8
9
10
11
GS ?= gostatic

compile:
	$(GS) config

w:
	-rm public -rf
	$(GS) -w config

deploy: compile
	firebase deploy