forked from OSchip/llvm-project
parent
a1f37d616e
commit
8c220defa8
|
@ -8,7 +8,7 @@
|
|||
# Indicates our relative path to the top of the project's root directory.
|
||||
#
|
||||
LEVEL = .
|
||||
DIRS = lib
|
||||
DIRS = lib tools
|
||||
EXTRA_DIST = include
|
||||
|
||||
#
|
||||
|
|
|
@ -8,6 +8,6 @@ LEVEL=..
|
|||
#
|
||||
# List all of the subdirectories that we will compile.
|
||||
#
|
||||
DIRS=lsqcor
|
||||
DIRS=sample
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
|
Loading…
Reference in New Issue