From 941022bdd6c69de93f38992205b02ed95c6e8eb0 Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch
Date: Fri, 8 Dec 2023 02:16:04 +0100 Subject: Initial commit --- Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..9c5bc80 --- /dev/null +++ b/Makefile @@ -0,0 +1,12 @@ +.POSIX: +.SUFFIXES: + +outputs = gallery public/mithril.js +all: $(outputs) + +gallery: main.go + go build -o $@ +public/mithril.js: + curl -Lo $@ https://unpkg.com/mithril/mithril.js +clean: + rm -f $(outputs) -- cgit v1.2.3-70-g09d2