mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
50ef38f62d
mess up the build. llvm-svn: 17342
12 lines
287 B
Makefile
12 lines
287 B
Makefile
##===- projects/Stacker/Makefile ---------------------------*- Makefile -*-===##
|
|
#
|
|
# This is the Stacker top-level Makefile
|
|
#
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL = .
|
|
DIRS = lib tools
|
|
EXTRA_DIST = test
|
|
|
|
include $(LEVEL)/Makefile.common
|