|
##===- projects/Stacker/lib/Makefile -----------------------*- Makefile -*-===##
|
|
#
|
|
# Compile Stacker libraries
|
|
#
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL = ..
|
|
DIRS = compiler runtime
|
|
|
|
include $(LEVEL)/Makefile.common
|