diff options
author | Chris Lattner <sabre@nondot.org> | 2002-01-23 19:57:59 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-01-23 19:57:59 +0000 |
commit | c8aeee1bdea6db7772da31caf3844ed36d058bf5 (patch) | |
tree | bfb587ad5f44b167ac1c26d47496c94207aac54d /llvm/runtime | |
parent | ef10f397a5f4274d461c9b1cc0c0c58a3c1d0b11 (diff) | |
download | bcm5719-llvm-c8aeee1bdea6db7772da31caf3844ed36d058bf5.tar.gz bcm5719-llvm-c8aeee1bdea6db7772da31caf3844ed36d058bf5.zip |
Initial checkin of Makefile, just a dummy file for now.
llvm-svn: 1566
Diffstat (limited to 'llvm/runtime')
-rw-r--r-- | llvm/runtime/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/runtime/Makefile b/llvm/runtime/Makefile new file mode 100644 index 00000000000..33386d7b3cf --- /dev/null +++ b/llvm/runtime/Makefile @@ -0,0 +1,2 @@ + +all:: |