scc

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

commit f1e10a17c6fa66b896f88a12fde3623d6b615dbd
parent 220e15a9ebaca8b8b57cec09e5289d643540c6fe
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed, 28 Aug 2019 15:49:57 +0100

[build] Remove libexec directory in clean

rm -rf was removing only libexec/scc, and the obvious
solution is to include libexec in libc-proto.

Diffstat:
Mscripts/libc-proto | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/scripts/libc-proto b/scripts/libc-proto @@ -1,4 +1,5 @@ bin +libexec libexec/scc lib lib/scc