From: Ralph Ronnquist Date: Sat, 1 Jan 2022 11:04:28 +0000 (+1100) Subject: changed into packnl embedding X-Git-Tag: 0.1~33 X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=b84c1745f90aba0e5d04f0a0e024a4e9a84c59a8;p=rrq%2Fhourglass.git changed into packnl embedding --- diff --git a/manager/Makefile b/manager/Makefile new file mode 100644 index 0000000..5341048 --- /dev/null +++ b/manager/Makefile @@ -0,0 +1,9 @@ +# Use packnl to pack all scripts and templates into an embedded binary + +TMPL = $(wildcard tmpl/*) +MAIN = basic_login.lsp +LSP = $(filter-out $(MAIN),$(wildcard *.lsp)) +OTHER = www/hourglass.css www/images/hourglass.png + +hourglass-web: $(MAIN) $(LSP) $(TMPL) $(OTHER) + packnl -w $@ $^