aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index dba2952..052c300 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -185,4 +185,9 @@ standalone: clean
CFLAGS="-I$(DEPS_INC) --static -Wl,--as-needed" LDFLAGS="-L$(DEPS_LIB)" CC=musl-gcc
PATH=$(DEPS_BIN):$$PATH $(MAKE)
+single: standalone
+ cp vis-single.sh vis-single
+ strip vis
+ tar c vis lua/ | gzip -9 >> vis-single
+
.PHONY: standalone local dependencies-common dependencies-local dependencies-clean