diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
| @@ -1,11 +1,13 @@ | |||
| 1 | GS ?= gostatic | 1 | GS ?= gostatic |
| 2 | 2 | ||
| 3 | compile: | 3 | compile: clean |
| 4 | $(GS) config | 4 | $(GS) config |
| 5 | 5 | ||
| 6 | dev: | 6 | clean: |
| 7 | -rm public -rf | 7 | -rm public -rf |
| 8 | |||
| 9 | dev: clean | ||
| 8 | $(GS) -w config | 10 | $(GS) -w config |
| 9 | 11 | ||
| 10 | deploy: compile | 12 | deploy: clean compile |
| 11 | firebase deploy | 13 | firebase deploy |
