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
|
config.h: config.default.h
|
||||||
@echo "Please review config.h, as config.default.h is more recent."
|
@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 "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
|
@false
|
||||||
|
|
||||||
doc: Doxyfile *.c *.h
|
doc: Doxyfile *.c *.h
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue