mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-08 04:11:27 +00:00
3b7ab965aa
llvm-svn: 7018
12 lines
166 B
Makefile
12 lines
166 B
Makefile
#
|
|
# Relative path to the top of the source tree.
|
|
#
|
|
LEVEL=..
|
|
|
|
#
|
|
# List all of the subdirectories that we will compile.
|
|
#
|
|
DIRS=sample
|
|
|
|
include $(LEVEL)/Makefile.common
|