diff options
Diffstat (limited to 'projects/SmallExamples/ModuleMaker/tools/Makefile')
-rw-r--r-- | projects/SmallExamples/ModuleMaker/tools/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/projects/SmallExamples/ModuleMaker/tools/Makefile b/projects/SmallExamples/ModuleMaker/tools/Makefile new file mode 100644 index 0000000..47997df --- /dev/null +++ b/projects/SmallExamples/ModuleMaker/tools/Makefile @@ -0,0 +1,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 |