mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-08 09:03:18 +00:00
Add 'make cscope.files' top level target.
llvm-svn: 67168
This commit is contained in:
parent
aabaac4743
commit
0f62e98d85
@ -23,4 +23,10 @@ clean::
|
||||
tags::
|
||||
$(Verb) etags `find . -type f -name \*.h | grep -v /lib/Headers | grep -v /test/` `find . -type f -name \*.cpp | grep -v /lib/Headers | grep -v /test/`
|
||||
|
||||
.PHONY: test report clean
|
||||
cscope.files:
|
||||
find Driver lib include -name '*.cpp' \
|
||||
-or -name '*.def' \
|
||||
-or -name '*.td' \
|
||||
-or -name '*.h' > cscope.files
|
||||
|
||||
.PHONY: test report clean cscope.files
|
||||
|
Loading…
Reference in New Issue
Block a user