aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6e75e57..c90d370 100644
--- a/Makefile
+++ b/Makefile
@@ -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}