diff options
Diffstat (limited to 'tools/llvmc/plugins/Hello/Makefile')
-rw-r--r-- | tools/llvmc/plugins/Hello/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/llvmc/plugins/Hello/Makefile b/tools/llvmc/plugins/Hello/Makefile index 181dd0c..8e9fa6f 100644 --- a/tools/llvmc/plugins/Hello/Makefile +++ b/tools/llvmc/plugins/Hello/Makefile @@ -7,6 +7,8 @@ # ##===----------------------------------------------------------------------===## +LEVEL = ../.. + LLVMC_PLUGIN = Hello -include ../Makefile +include $(LEVEL)/Makefile.llvmc |