5341048f80ad9ef168457147c86823b5e29b5e7f
[rrq/hourglass.git] / manager / Makefile
1 # Use packnl to pack all scripts and templates into an embedded binary
2
3 TMPL = $(wildcard tmpl/*)
4 MAIN = basic_login.lsp
5 LSP = $(filter-out $(MAIN),$(wildcard *.lsp))
6 OTHER = www/hourglass.css www/images/hourglass.png
7
8 hourglass-web: $(MAIN) $(LSP) $(TMPL) $(OTHER)
9         packnl -w $@ $^