Makefile: add instruction on how to get rid of an error message.

This commit is contained in:
Markus Hitter 2012-07-13 15:00:39 +02:00
parent f6d3ebf2ed
commit 1c998067bd
1 changed files with 1 additions and 0 deletions

View File

@ -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