aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2019-10-22 03:58:39 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2019-10-22 03:58:39 +0200
commit6c07fd9c8cb6834ebc34ac40b0572456a3f9abae (patch)
tree1d5f02fe9c87e5888fa419c98b2e2d9a49af7071 /Makefile
parent28dd784a088a35739cdfdc4ce79f8ee6d50bf816 (diff)
downloadmitjafelicijan.com-6c07fd9c8cb6834ebc34ac40b0572456a3f9abae.tar.gz
Removed friendly urls and added prism code highlighting
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2411164..90e608e 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ GS ?= gostatic
3compile: 3compile:
4 $(GS) config 4 $(GS) config
5 5
6w: 6dev:
7 -rm public -rf 7 -rm public -rf
8 $(GS) -w config 8 $(GS) -w config
9 9