diff options
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index ec018a0..b78cb31 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -258,8 +258,9 @@ standalone: clean single: standalone cp vis-single.sh vis-single - strip vis - strip vis-menu + for e in $(ELF); do \ + ${STRIP} "$$e"; \ + done tar c $(EXECUTABLES) lua/ | gzip -9 >> vis-single .PHONY: standalone local dependencies-common dependencies-local dependencies-clean |
