# 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 $@ $^