diff options
Diffstat (limited to 'lib/Transforms/Hello/Makefile')
-rw-r--r-- | lib/Transforms/Hello/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Transforms/Hello/Makefile b/lib/Transforms/Hello/Makefile new file mode 100644 index 0000000..0a4746d --- /dev/null +++ b/lib/Transforms/Hello/Makefile @@ -0,0 +1,6 @@ +LEVEL = ../../.. +LIBRARYNAME = hello +SHARED_LIBRARY = 1 + +include $(LEVEL)/Makefile.common + |