# 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 LSP += siteconfig.lsp .INTERMEDIATE: siteconfig.lsp siteconfig.lsp: ../siteconfig.lsp cp $< $@ hourglass-web: $(MAIN) $(LSP) $(TMPL) $(OTHER) packnl -w $@ $^