llvm-6502/projects/Stacker/lib/Makefile
2004-10-11 00:56:41 +00:00

11 lines
264 B
Makefile

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