scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit ccd1b1585da94843f04bbc7b8bf27ebace5cee3c
parent 39c2438cf25b7cc066151b49b2d112a1b9209006
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sat,  3 Aug 2019 17:25:43 +0100

Use libc-proto in clean target

libc-proto was used to generate the tree but it wasn't used
to remove it.

Diffstat:
MMakefile | 3++-
Mscripts/libc-proto | 1-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -37,6 +37,7 @@ dep: clean: $(ENVIRON) $(FORALL) - rm -rf lib bin libexec dirs $(ENVIRON) + xargs rm -rf < $(SCRIPTDIR)/libc-proto + rm -f dirs $(ENVIRON) tests: all diff --git a/scripts/libc-proto b/scripts/libc-proto @@ -1,5 +1,4 @@ bin -include/scc libexec/scc lib lib/scc