build: Remove redundant make build - scc - simple c99 compiler
HTML git clone git://git.simple-cc.org/scc
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 7d92f9f22004c00fca2fe52a183b8d8e1a1bca6f
DIR parent 6182ec6e314de95182742064f5bb2d80abf11c8c
HTML 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:
M Makefile | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
DIR 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