aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2020-03-25 05:12:40 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2020-03-25 05:12:40 +0100
commited161e7fb20a697ecba070ef7db4c231d700f245 (patch)
tree5a415f8e758c6b7001ade8003ca2aa26b476b58c /Makefile
parentfb94d7aef76a5996892ef82938524cb0c2e0d285 (diff)
downloadmitjafelicijan.com-ed161e7fb20a697ecba070ef7db4c231d700f245.tar.gz
Move to my own static generator
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 7af4018..a4db862 100644
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,11 @@
1GS ?= gostatic 1dev:
2 2 browser-sync ./public/ -w --no-notify --no-open
3compile: clean
4 $(GS) config
5 3
6clean: 4clean:
7 -rm public -rf 5 rm -rf public/*
8 6
9dev: clean 7generate:
10 $(GS) -w config 8 staticgen --generate
11 9
12deploy: clean compile 10deploy: clean generate
13 firebase deploy 11 firebase deploy