forked from OSchip/llvm-project
17 lines
542 B
Makefile
17 lines
542 B
Makefile
#===-- projects/llvm-stacker/tools/Makefile -----------------*- Makefile -*-===#
|
|
#
|
|
# The LLVM Compiler Infrastructure
|
|
#
|
|
# This file was developed by Reid Spencer and is distributed under the
|
|
# University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
#
|
|
#===------------------------------------------------------------------------===#
|
|
|
|
# Indicates our relative path to the top of the project's root directory.
|
|
LEVEL = ..
|
|
|
|
# Directories that need to be built.
|
|
DIRS = stkrc
|
|
|
|
include $(LEVEL)/Makefile.common
|