diff options
| author | iamcheeseman <[email protected]> | 2026-05-24 16:57:08 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-05-24 16:57:08 -0400 |
| commit | 8a4b5ca6740fc5e4f7b219fb900db9ab8835cce4 (patch) | |
| tree | 80726c65f9163e96bf06a38219f657612c6f654a /Makefile | |
| parent | aa16edf3fcf92cf9986bcaa5db2dcdd3f6a2ec7d (diff) | |
prettify Makefile.dep generation
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -27,7 +27,8 @@ ${OUT}: ${OBJ} $(Q)${CC} -c -o $@ ${CFLAGS} $< Makefile.dep: ${SRC} - ${CC} ${CFLAGS} ${SRC} -MM > $@ + $(Q)echo update $@ + $(Q)${CC} ${CFLAGS} ${SRC} -MM > $@ run: all ${RUN_CMD} ./${OUT} |
