aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 3e6b586..963ae57 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -255,10 +255,4 @@ standalone: clean
CFLAGS="-I$(DEPS_INC) --static -Wl,--as-needed" LDFLAGS="-L$(DEPS_LIB)" CC=musl-gcc
PATH=$(DEPS_BIN):$$PATH $(MAKE)
-single: standalone
- for e in $(ELF); do \
- ${STRIP} "$$e"; \
- done
- ./shar.sh vis-single $(EXECUTABLES) $$(find lua -name '*.lua')
-
.PHONY: standalone local dependencies-common dependencies-local dependencies-clean