X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2FMakefile;h=229f85d1dcc3deb707c897033bc0327f10eddc4d;hb=8334a8754dff78f83676742beb52c32d4cd8661e;hp=626e6dd924ceb070e8606ce4ebd099ffcef74c0d;hpb=35113c8ba8c870959e9a31c2b2a0c513008d5743;p=pintos-anon 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