From: Ben Pfaff Date: Sat, 24 Mar 2007 01:02:19 +0000 (+0000) Subject: Add "cscope" target. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=2fd2a77d68a903503a7a83387926e0528e693b41 Add "cscope" target. --- diff --git a/src/Makefile b/src/Makefile index 626e6dd..229f85d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -24,3 +24,6 @@ tags:: cscope.files:: $(TAGS_SOURCES) > cscope.files + +cscope:: cscope.files + cscope -b -q -k