diff options
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index cbe75c46a4..ef88afade7 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,5 +1,5 @@ LEVEL = .. -DIRS = as dis opt analyze llc lli +DIRS = as dis opt analyze lli llc include $(LEVEL)/Makefile.common |