diff options
Diffstat (limited to 'projects/Stacker/tools/Makefile')
-rw-r--r-- | projects/Stacker/tools/Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/projects/Stacker/tools/Makefile b/projects/Stacker/tools/Makefile deleted file mode 100644 index 39d33dc083..0000000000 --- a/projects/Stacker/tools/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -##===- projects/Stacker/tools/Makefile ---------------------*- Makefile -*-===## -# -# This is the stacker tools makefile -# -##===----------------------------------------------------------------------===## - -# -# Indicates our relative path to the top of the project's root directory. -# -LEVEL = .. - -# -# Directories that needs to be built. -# -DIRS = stkrc - -# -# Include the Master Makefile that knows how to build all. -# -include $(LEVEL)/Makefile.common |