X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=Makefile;h=0d5445179a85e7b371435db21e7de5ff53522466;hb=d55959b534181ee9f8355749d8495b5715bee4c9;hp=b9be89428386c4fd79caaa782b039307a2880bb3;hpb=14d1288d271ae14678513d06a8602f1d3d929245;p=rrq%2Fhourglass.git diff --git a/Makefile b/Makefile index b9be894..0d54451 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,16 @@ MAIN = command.lsp LSP = $(filter-out $(MAIN),$(wildcard *.lsp)) +BIN = hourglass hourglass-web +VERSION = 0.1 + +dist: $(BIN) + tar czf hourglass-$(VERSION).tgz $(BIN) hourglass: $(MAIN) $(LSP) packnl -w $@ $^ +hourglass-web: + $(MAKE) -C manager && mv manager/$@ $@ + +clean: + rm -f $(BIN)