diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 11 |
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 @@ | |||
| 1 | GS ?= gostatic | ||
| 2 | |||
| 3 | compile: | ||
| 4 | $(GS) config | ||
| 5 | |||
| 6 | w: | ||
| 7 | -rm public -rf | ||
| 8 | $(GS) -w config | ||
| 9 | |||
| 10 | deploy: compile | ||
| 11 | firebase deploy | ||
