blob: 00ff52b42cfaf45d67197607de1cf458c7b655f9 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001##===- projects/sample/tools/Makefile ----------------------*- Makefile -*-===##
2
3#
4# Relative path to the top of the source tree.
5#
6LEVEL=..
7
8#
9# List all of the subdirectories that we will compile.
10#
11DIRS=sample
12
13include $(LEVEL)/Makefile.common