llvm-capstone/clang/Makefile

8 lines
109 B
Makefile
Raw Normal View History

LEVEL = ../..
DIRS := Basic Lex Parse AST Driver
include $(LEVEL)/Makefile.common
test::
cd test; $(MAKE)