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

compile: clean
	$(GS) config

clean:
	-rm public -rf

dev: clean
	$(GS) -w config

deploy: clean compile
	firebase deploy