diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-10-22 05:13:18 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-10-22 05:13:18 +0200 |
| commit | 8f38bdec060c9de8da5dbabf6d1d8dfafd2ebea3 (patch) | |
| tree | 1eedb9f91655ee2a5ee1f266b6cab75fb7f7d691 /Makefile | |
| parent | 6c07fd9c8cb6834ebc34ac40b0572456a3f9abae (diff) | |
| download | mitjafelicijan.com-8f38bdec060c9de8da5dbabf6d1d8dfafd2ebea3.tar.gz | |
Renamed research to sandbox experiments
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 |
