diff options
| author | iamcheeseman <[email protected]> | 2026-05-22 13:36:12 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-05-22 13:36:12 -0400 |
| commit | 9aaafaa3473061d08d8836df18c392b8be8ee888 (patch) | |
| tree | 1657493a44c55038b25e8941789a1d88e6ced4a0 /Makefile | |
| parent | d9ed80ff077fe893800e4c32876567824a87390f (diff) | |
makefile: don't automatically create config.mk
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 > $@ |
