From 75a66ba00cbff5a55be51e626219d06c70a55d0e Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 30 May 2017 23:28:51 +0200 Subject: build: remove shell based self contained executable --- GNUmakefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'GNUmakefile') 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 -- cgit v1.2.3