mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2026-01-31 01:35:20 +01:00
12 lines
171 B
Makefile
12 lines
171 B
Makefile
#
|
|
# Relative path to the top of the source tree.
|
|
#
|
|
LEVEL=..
|
|
|
|
#
|
|
# List all of the subdirectories that we will compile.
|
|
#
|
|
DIRS=ModuleMaker
|
|
|
|
include $(LEVEL)/Makefile.common
|