blob: 181dd0c605082c9dbf62581f9e23af9193c65ad5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
##===- tools/llvmc/plugins/Hello/Makefile ------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LLVMC_PLUGIN = Hello
include ../Makefile
|