make distribution by default
[rrq/hourglass.git] / 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 $@ $^