mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2026-01-31 01:35:20 +01:00
11 lines
264 B
Makefile
11 lines
264 B
Makefile
##===- projects/Stacker/lib/Makefile -----------------------*- Makefile -*-===##
|
|
#
|
|
# Compile Stacker libraries
|
|
#
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL = ..
|
|
DIRS = compiler runtime
|
|
|
|
include $(LEVEL)/Makefile.common
|