diff options
Diffstat (limited to 'projects/Stacker/lib')
-rw-r--r-- | projects/Stacker/lib/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/projects/Stacker/lib/Makefile b/projects/Stacker/lib/Makefile index 5a99d70052..a302a85ef5 100644 --- a/projects/Stacker/lib/Makefile +++ b/projects/Stacker/lib/Makefile @@ -4,17 +4,7 @@ # ##===----------------------------------------------------------------------===## -# -# Indicates our relative path to the top of the project's root directory. -# LEVEL = .. - -# -# Directories that needs to be built. -# DIRS = compiler runtime -# -# Include the Master Makefile that knows how to build all. -# include $(LEVEL)/Makefile.common |