mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
4c99bf65e8
of the llvm source directory. The main modification was to add new environment variables: one set for llvm entities and another set for source entities current being compiled. This should make the Makefile more flexible and easier to understand as each environment variable only does one thing. llvm-svn: 6679
9 lines
135 B
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)
|