From: Ralph Ronnquist Date: Sun, 2 Jan 2022 01:59:17 +0000 (+1100) Subject: make distribution by default X-Git-Tag: 0.1~21 X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=d55959b534181ee9f8355749d8495b5715bee4c9;p=rrq%2Fhourglass.git make distribution by default --- diff --git a/Makefile b/Makefile index 8d20a06..0d54451 100644 --- 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 $@ $^