From 28dd784a088a35739cdfdc4ce79f8ee6d50bf816 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 22 Oct 2019 03:40:14 +0200 Subject: Cleanup of repo and move to gostatic --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..2411164 --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ +GS ?= gostatic + +compile: + $(GS) config + +w: + -rm public -rf + $(GS) -w config + +deploy: compile + firebase deploy -- cgit v1.2.3