aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index c19a64c..16635c0 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -256,10 +256,9 @@ standalone: clean
PATH=$(DEPS_BIN):$$PATH $(MAKE)
single: standalone
- cp vis-single.sh vis-single
for e in $(ELF); do \
${STRIP} "$$e"; \
done
- tar c $(EXECUTABLES) lua/ | gzip -9 >> vis-single
+ ./shar.sh vis-single $(EXECUTABLES) $$(find lua -name '*.lua')
.PHONY: standalone local dependencies-common dependencies-local dependencies-clean