From: bellard Date: Sun, 21 Aug 2005 09:23:39 +0000 (+0000) Subject: cscope rule X-Git-Tag: release_0_8_1~357 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=6688bc6d04d1249643eb1494794aa649194c9fbb;p=users%2Fdwmw2%2Fqemu.git cscope rule git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1541 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/Makefile b/Makefile index 87360906d7..332058642a 100644 --- a/Makefile +++ b/Makefile @@ -84,6 +84,11 @@ test speed test2: all TAGS: etags *.[ch] tests/*.[ch] +cscope: + rm -f ./cscope.* + find . -name "*.[ch]" -print > ./cscope.files + cscope -b + # documentation %.html: %.texi texi2html -monolithic -number $<