scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

commit 902e4997ccf5f8ea650488084a7d14e2dbd88d72
parent a6dc40f7334e97e26554db6b8293633dba06f7c0
Author: Quentin Rameau <quinq@fifth.space>
Date:   Thu,  2 Jun 2016 12:40:29 +0200

Makefile: fix forgotten scc to the strip command

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -39,7 +39,7 @@ install: all cp -f bin/cc1 $(PREFIX)/bin/cpp cp -f bin/scc $(PREFIX)/bin/ cd $(PREFIX)/libexec/scc/ && chmod 755 cc* && strip cc* - cd $(PREFIX)/bin && chmod 755 cpp scc && strip cpp + cd $(PREFIX)/bin && chmod 755 cpp scc && strip cpp scc uninstall: rm -rf $(PREFIX)/libexec/scc/