scc

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

commit 50a8df0490d1af1d3350fb48b83d693fd3ae0e3a
parent c43a3de599d8801302549bb685318177331d5a77
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