scc

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

commit 5922e81a7a0f719b903357c2c2dcc17938963744
parent f1aa70a21a4b85ef7f90510232de9516638e4255
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