Makefile: typo fix.

This commit is contained in:
Markus Hitter 2011-08-16 15:18:48 +02:00
parent 9e64fdd8b0
commit 5e85bb4fbb
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ size: $(PROGRAM).elf
config.h: config.h.dist config.h: config.h.dist
@echo "Please review config.h, as config.h.dist is more recent." @echo "Please review config.h, as config.h.dist is more recent."
@echo "To view the differences, run: diff -bBEu config.h config.h.dist @echo "To view the differences, run: diff -bBEu config.h config.h.dist"
@false @false
doc: Doxyfile *.c *.h doc: Doxyfile *.c *.h