scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

commit d87a1d544adb42f714c44cea228662f7ff40b4b5
parent b3ed5e2d7a4ce08dd973fcce73d93c0a4c41257b
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Fri, 29 Sep 2017 16:40:09 +0100

Add ar to the list of targets in master Makefile

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,7 +1,7 @@ # scc - Suckless C Compiler .POSIX: -DIRS = inc cc1 cc2 driver lib as +DIRS = inc cc1 cc2 driver lib as ar FORALL = @set -e ;\ pwd=$$PWD; \