Sign in
chromium
/
external
/
github.com
/
llvm-mirror
/
llvm
/
ca8f1a2a4a6df2688cc29c26977fe90b7d615c4e
/
.
/
projects
/
sample
/
tools
/
Makefile
blob: 00ff52b42cfaf45d67197607de1cf458c7b655f9 [
file
] [
log
] [
blame
]
##===- projects/sample/tools/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