mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
c6ab0175cd
llvm-svn: 27648
12 lines
295 B
Makefile
12 lines
295 B
Makefile
##===- projects/Stacker/Makefile ---------------------------*- Makefile -*-===##
|
|
#
|
|
# This is the Stacker top-level Makefile
|
|
#
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL = .
|
|
DIRS = lib tools
|
|
EXTRA_DIST = test samples
|
|
|
|
include $(LEVEL)/Makefile.common
|