mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
c431b6ba77
llvm-svn: 3792
8 lines
103 B
Makefile
8 lines
103 B
Makefile
LEVEL = .
|
|
DIRS = utils/Burg lib tools
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
test :: all
|
|
cd test; $(MAKE)
|