diff options
author | bellard | 2005-08-21 11:23:39 +0200 |
---|---|---|
committer | bellard | 2005-08-21 11:23:39 +0200 |
commit | 6688bc6d04d1249643eb1494794aa649194c9fbb (patch) | |
tree | 29097b5bd13650bcca75bc59a54591c668cb9874 /Makefile | |
parent | 16/32 stack operations fix on x86_64 (aka win2000 startup bug) (diff) | |
download | qemu-6688bc6d04d1249643eb1494794aa649194c9fbb.tar.gz qemu-6688bc6d04d1249643eb1494794aa649194c9fbb.tar.xz qemu-6688bc6d04d1249643eb1494794aa649194c9fbb.zip |
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-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 $< |