fixes; first version
[rrq/hourglass.git] / sitetool / Makefile
1 MAIN = sitetool.lsp
2 LSP = $(filter-out $(MAIN),$(wildcard *.lsp))
3 TCL = $(wildcard *.tcl)
4 OTHER = tooltips.txt
5
6 default: sitetool
7
8 sitetool: $(MAIN) $(LSP) $(TCL) $(OTHER)
9         packnl -w $@ $^