summaryrefslogtreecommitdiff
path: root/examples/ModuleMaker/tools/Makefile
blob: 47997df90b18cddac5af5786d339908d60972199 (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=ModuleMaker

include $(LEVEL)/Makefile.common