mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
dcc86e27ca
llvm-svn: 22334
14 lines
248 B
Makefile
14 lines
248 B
Makefile
##===- projects/sample/lib/Makefile ------------------------*- 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
|