mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-10 19:34:29 +00:00
Separate out target for cleaning up qmtest garbage.
llvm-svn: 10395
This commit is contained in:
parent
4c563b8af1
commit
a03eeb0b7d
@ -96,7 +96,9 @@ gui::
|
||||
$(QMTEST) gui --no-browser --daemon
|
||||
|
||||
# Also get rid of qmtest garbage when we 'make clean' in this directory.
|
||||
clean::
|
||||
clean:: qmtest-clean
|
||||
|
||||
qmtest-clean:
|
||||
$(RM) -rf $(LLVM_OBJ_ROOT)/test/tmp
|
||||
$(RM) -f $(LLVM_SRC_ROOT)/test/QMTest/*.pyo \
|
||||
$(LLVM_OBJ_ROOT)/test/QMTest/*.pyo
|
||||
|
Loading…
x
Reference in New Issue
Block a user