forked from OSchip/llvm-project
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
|