aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-08-21 09:23:39 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-08-21 09:23:39 +0000
commit6688bc6d04d1249643eb1494794aa649194c9fbb (patch)
tree29097b5bd13650bcca75bc59a54591c668cb9874 /Makefile
parentbc3fc8dac089f5fa06ea78d9c433a3567efd240a (diff)
cscope rule
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1541 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
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 $<