aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 2cb1b37..fe2a19f 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -188,6 +188,7 @@ standalone: clean
single: standalone
cp vis-single.sh vis-single
strip vis
- tar c vis vis-clipboard vis-complete vis-menu vis-open lua/ | gzip -9 >> vis-single
+ strip vis-menu
+ tar c $(EXECUTABLES) lua/ | gzip -9 >> vis-single
.PHONY: standalone local dependencies-common dependencies-local dependencies-clean