projects
/
rrq
/
hourglass.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d55959b
)
include setup.sh in distribution
author
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Sun, 2 Jan 2022 02:10:49 +0000
(13:10 +1100)
committer
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Sun, 2 Jan 2022 02:10:49 +0000
(13:10 +1100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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 $@ $^