diff options
| author | Thomas Preud'homme <robotux@celest.fr> | 2014-01-04 09:48:15 +0800 |
|---|---|---|
| committer | Thomas Preud'homme <robotux@celest.fr> | 2014-01-04 09:48:45 +0800 |
| commit | 0382131c6fc7510f664f300ee74d5a97e93d773d (patch) | |
| tree | c1c9b98eddcaf097eab8eef62bcbafd2fee603d1 | |
| parent | 9e79b18bca641b12b6b12e5cec46202f6d6fad65 (diff) | |
| download | tinycc-0382131c6fc7510f664f300ee74d5a97e93d773d.tar.gz tinycc-0382131c6fc7510f664f300ee74d5a97e93d773d.tar.bz2 | |
Provide install-strip target in Makefile
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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)" |
