summaryrefslogtreecommitdiff
path: root/projects/sample/tools/Makefile
blob: 4b971053d011eea8e5b503345dd6c62c5206504c (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# 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