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