aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2012-06-07 04:59:41 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2012-06-07 19:15:04 -0400
commit59d7e5740de67b934171669092ce21a0640ff6f2 (patch)
treee4c0bd908c530e00bbae201396437df17b994885 /Makefile
parent9e18f9577b4a838e98311afc59a34df4fc050075 (diff)
downloadlibrambutan-59d7e5740de67b934171669092ce21a0640ff6f2.tar.gz
librambutan-59d7e5740de67b934171669092ce21a0640ff6f2.zip
Makefile: fix cscope target.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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: