1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/projects/sample/lib/Makefile
Andrew Lenharth dcc86e27ca oops
llvm-svn: 22334
2005-07-05 16:36:18 +00:00

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