aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2017-05-30 23:28:51 +0200
committerMarc André Tanner <mat@brain-dump.org>2017-05-31 15:37:25 +0200
commit75a66ba00cbff5a55be51e626219d06c70a55d0e (patch)
tree7dfa8a67687046e3666840dd4c9d05cf5df5d344 /GNUmakefile
parent7d88cb3c1392393c2910f2f96c93549bb5482f9f (diff)
downloadvis-75a66ba00cbff5a55be51e626219d06c70a55d0e.tar.gz
vis-75a66ba00cbff5a55be51e626219d06c70a55d0e.tar.xz
build: remove shell based self contained executable
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