scc

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

commit 7d92f9f22004c00fca2fe52a183b8d8e1a1bca6f
parent 6182ec6e314de95182742064f5bb2d80abf11c8c
Author: Roberto E. Vargas Caballero <k0ga@shike2.net>
Date:   Tue, 27 May 2025 20:19:30 +0200

build: Remove redundant make build

Scc-make was already built before this rule began its execution.

Diffstat:
MMakefile | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -27,7 +27,6 @@ config: scc-make FORCE exit 1;\ fi mkdir -p bin - $(CC) -o scc-make src/cmd/scc-make/*.c ./scripts/config @$(SCCMAKE) -f main.mk config