include setup.sh in distribution
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Sun, 2 Jan 2022 02:10:49 +0000 (13:10 +1100)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Sun, 2 Jan 2022 02:10:49 +0000 (13:10 +1100)
Makefile

index 0d5445179a85e7b371435db21e7de5ff53522466..fcacf90bf34963b96f859918b5b1e6c2794d3f4e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,11 @@
 MAIN = command.lsp
 LSP = $(filter-out $(MAIN),$(wildcard *.lsp))
 BIN = hourglass hourglass-web
+SH = setup.sh
 VERSION = 0.1
 
-dist: $(BIN)
-       tar czf hourglass-$(VERSION).tgz $(BIN)
+dist: $(BIN) $(SH)
+       tar czf hourglass-$(VERSION).tgz $(BIN) $(SH)
 
 hourglass: $(MAIN) $(LSP)
        packnl -w $@ $^