X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FMakefile;h=229f85d1dcc3deb707c897033bc0327f10eddc4d;hb=HEAD;hp=626e6dd924ceb070e8606ce4ebd099ffcef74c0d;hpb=e5439c03526c8e2881b0430ddbfe02812bee2e68;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