From 59d7e5740de67b934171669092ce21a0640ff6f2 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Thu, 7 Jun 2012 04:59:41 -0400 Subject: Makefile: fix cscope target. Signed-off-by: Marti Bolivar --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d958a53..9e8c796 100644 --- a/Makefile +++ b/Makefile @@ -152,13 +152,13 @@ help: @echo "" @echo "Other targets:" @echo " clean: Remove all build and object files" - @echo " help: Show this message" @echo " doxygen: Build Doxygen HTML and XML documentation" + @echo " help: Show this message" @echo " mrproper: Remove all generated files" @echo "" cscope: - rm -rf *.cscope + rm -rf cscope.* find . -name '*.[hcS]' -o -name '*.cpp' | xargs cscope -b tags: -- cgit v1.2.3