From 1c998067bdac7e1c8a1f113428a7708dc74f1df7 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Fri, 13 Jul 2012 15:00:39 +0200 Subject: [PATCH] Makefile: add instruction on how to get rid of an error message. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c562f79..5391157 100644 --- a/Makefile +++ b/Makefile @@ -150,6 +150,7 @@ size: $(PROGRAM).elf config.h: config.default.h @echo "Please review config.h, as config.default.h is more recent." @echo "To view the differences, run: diff -bBEu config.h config.default.h" + @echo "If you just want to get rid of this message, run: touch config.h" @false doc: Doxyfile *.c *.h