From 5e85bb4fbbbb4e7dad6ea6d665e943e0e36bb86c Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Tue, 16 Aug 2011 15:18:48 +0200 Subject: [PATCH] Makefile: typo fix. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4adb261..46cf312 100644 --- a/Makefile +++ b/Makefile @@ -149,7 +149,7 @@ size: $(PROGRAM).elf config.h: config.h.dist @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 doc: Doxyfile *.c *.h