From 9aaafaa3473061d08d8836df18c392b8be8ee888 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Fri, 22 May 2026 13:36:12 -0400 Subject: makefile: don't automatically create config.mk --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index ebbae51..1143bf0 100644 --- a/Makefile +++ b/Makefile @@ -22,9 +22,6 @@ ${OUT}: ${OBJ} @mkdir -p ${@D} ${CC} -c -o $@ ${CFLAGS} $< -config.mk: - cp config.def.mk config.mk - Makefile.dep: ${SRC} ${CC} ${CFLAGS} ${SRC} -MM > $@ -- cgit v1.3-2-g0d8e