diff options
Diffstat (limited to 'projects/Stacker')
| -rw-r--r-- | projects/Stacker/lib/Makefile | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/projects/Stacker/lib/Makefile b/projects/Stacker/lib/Makefile index 78ab25c..a302a85 100644 --- a/projects/Stacker/lib/Makefile +++ b/projects/Stacker/lib/Makefile @@ -5,9 +5,6 @@  ##===----------------------------------------------------------------------===##  LEVEL = .. -DIRS = compiler -ifneq ($(MAKECMDGOALS),tools-only) -DIRS += runtime  -endif +DIRS = compiler runtime  include $(LEVEL)/Makefile.common | 
