llvm-capstone/clang/Makefile
Daniel Dunbar 086fe1ac79 Add doxygen support
- Stolen from LLVM with minor modifications

llvm-svn: 54103
2008-07-26 21:32:24 +00:00

16 lines
197 B
Makefile

LEVEL = ../..
DIRS := lib Driver docs
include $(LEVEL)/Makefile.common
test::
@ $(MAKE) -C test
report::
@ $(MAKE) -C test report
clean::
@ $(MAKE) -C test clean
.PHONY: test report clean