make distribution by default
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Sun, 2 Jan 2022 01:59:17 +0000 (12:59 +1100)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Sun, 2 Jan 2022 01:59:17 +0000 (12:59 +1100)
Makefile

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