hanchenye-llvm-project/llvm/Makefile

9 lines
135 B
Makefile

LEVEL = .
DIRS = lib/Support utils lib tools
OPTIONAL_DIRS = projects
include $(LEVEL)/Makefile.common
test :: all
cd test; $(MAKE)