Provide install-strip target in Makefile
This commit is contained in:
parent
9e79b18bca
commit
0382131c6f
1 changed files with 3 additions and 0 deletions
3
Makefile
3
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)"
|
||||
|
|
Loading…
Add table
Reference in a new issue