changed into packnl embedding
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Sat, 1 Jan 2022 11:04:28 +0000 (22:04 +1100)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Sat, 1 Jan 2022 11:04:28 +0000 (22:04 +1100)
manager/Makefile [new file with mode: 0644]

diff --git a/manager/Makefile b/manager/Makefile
new file mode 100644 (file)
index 0000000..5341048
--- /dev/null
@@ -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 $@ $^