summaryrefslogtreecommitdiff
path: root/projects/Stacker/lib/Makefile
blob: 78ab25c6ec206166f90491cfb7b90f70ff75b437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
##===- projects/Stacker/lib/Makefile -----------------------*- Makefile -*-===##
#
# Compile Stacker libraries
#
##===----------------------------------------------------------------------===##

LEVEL = ..
DIRS = compiler
ifneq ($(MAKECMDGOALS),tools-only)
DIRS += runtime 
endif

include $(LEVEL)/Makefile.common