aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ce151e1..24a7c09 100644
--- a/Makefile
+++ b/Makefile
@@ -230,6 +230,9 @@ else
INSTALLBIN=$(INSTALL)
endif
+install-strip: install
+ strip $(foreach PROG,$(PROGS),"$(bindir)"/$(PROG))
+
ifndef CONFIG_WIN32
install: $(PROGS) $(TCCLIBS) $(TCCDOCS)
mkdir -p "$(bindir)"