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

LEVEL = ..
DIRS = compiler runtime

include $(LEVEL)/Makefile.common