mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-01 07:30:31 +00:00
5456091e90
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17299 91177308-0d34-0410-b5e6-96231b3b80d8
12 lines
296 B
Makefile
12 lines
296 B
Makefile
##===- projects/Stacker/Makefile ---------------------------*- Makefile -*-===##
|
|
#
|
|
# This is the Stacker top-level Makefile
|
|
#
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL = .
|
|
DIRS = lib tools samples
|
|
EXTRA_DIST = test
|
|
|
|
include $(LEVEL)/Makefile.common
|