aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-05-22 13:36:12 -0400
committeriamcheeseman <[email protected]>2026-05-22 13:36:12 -0400
commit9aaafaa3473061d08d8836df18c392b8be8ee888 (patch)
tree1657493a44c55038b25e8941789a1d88e6ced4a0 /Makefile
parentd9ed80ff077fe893800e4c32876567824a87390f (diff)
makefile: don't automatically create config.mk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 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 > $@