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