llvm-6502/projects/Stacker/lib/Makefile

11 lines
264 B
Makefile
Raw Normal View History

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