Skip to content

Commit

Permalink
build: remove shell based self contained executable
Browse files Browse the repository at this point in the history
  • Loading branch information
eworm-de authored and martanne committed May 31, 2017
1 parent 7d88cb3 commit 75a66ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 126 deletions.
6 changes: 0 additions & 6 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
120 changes: 0 additions & 120 deletions shar.sh

This file was deleted.

0 comments on commit 75a66ba

Please sign in to comment.