scc

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

commit 312eb7b57fbe36785a175196ac218044c79123de
parent 1604bfd6b0da8e6757d423f5cf3dc528348cd4cb
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed, 22 Feb 2017 13:30:23 +0100

Remove cpp in uninstall

Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -44,6 +44,7 @@ uninstall: rm -rf $(DESTDIR)/$(PREFIX)/include/scc/ rm -rf $(DESTDIR)/$(PREFIX)/libexec/scc/ rm -f $(DESTDIR)/$(PREFIX)/bin/scc + rm -f $(DESTDIR)/$(PREFIX)/bin/cpp clean-helper: for i in $(DIRS); \