Makefile: add instruction on how to get rid of an error message.
This commit is contained in:
parent
f6d3ebf2ed
commit
1c998067bd
1
Makefile
1
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue