mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
d8f6ea6e43
makefile in utils to build the utilities llvm-svn: 4844
8 lines
110 B
Makefile
8 lines
110 B
Makefile
LEVEL = .
|
|
DIRS = lib/Support utils lib tools
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
test :: all
|
|
cd test; $(MAKE)
|