scc

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

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

[tests] Add strip and size to the Makefile

Diffstat:
Mtests/Makefile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/tests/Makefile b/tests/Makefile @@ -7,6 +7,8 @@ DIRS=ar/execute \ nm/execute \ as/execute \ ld/execute \ + size/execute \ + strip/execute \ libc/execute \ scc/execute scc/error