aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2019-10-22 05:13:18 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2019-10-22 05:13:18 +0200
commit8f38bdec060c9de8da5dbabf6d1d8dfafd2ebea3 (patch)
tree1eedb9f91655ee2a5ee1f266b6cab75fb7f7d691 /Makefile
parent6c07fd9c8cb6834ebc34ac40b0572456a3f9abae (diff)
downloadmitjafelicijan.com-8f38bdec060c9de8da5dbabf6d1d8dfafd2ebea3.tar.gz
Renamed research to sandbox experiments
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 90e608e..7af4018 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,13 @@
1GS ?= gostatic 1GS ?= gostatic
2 2
3compile: 3compile: clean
4 $(GS) config 4 $(GS) config
5 5
6dev: 6clean:
7 -rm public -rf 7 -rm public -rf
8
9dev: clean
8 $(GS) -w config 10 $(GS) -w config
9 11
10deploy: compile 12deploy: clean compile
11 firebase deploy 13 firebase deploy