diff options
Diffstat (limited to 'tools/llvmc2/plugins/Simple/Makefile')
-rw-r--r-- | tools/llvmc2/plugins/Simple/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/llvmc2/plugins/Simple/Makefile b/tools/llvmc2/plugins/Simple/Makefile new file mode 100644 index 0000000..a69df23 --- /dev/null +++ b/tools/llvmc2/plugins/Simple/Makefile @@ -0,0 +1,12 @@ +##===- tools/llvmc2/plugins/Simple/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 = Simple + +include ../Makefile |