diff options
author | Daniel Dunbar <daniel@zuster.org> | 2008-07-26 21:32:24 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2008-07-26 21:32:24 +0000 |
commit | 1ede17ad3682e3dbb17fbb0c042f96145e391162 (patch) | |
tree | 1df628ec538f534a599c49796bfcb0bfa03dd60d /Makefile | |
parent | 28be73f74c9e241a23ea24fe5756623de6bf1084 (diff) |
Add doxygen support
- Stolen from LLVM with minor modifications
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54103 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ LEVEL = ../.. -DIRS := lib Driver +DIRS := lib Driver docs include $(LEVEL)/Makefile.common |