зеркало из https://github.com/microsoft/caffe.git
make "all" the default target
"all" is the right default since it builds the library itself. define "everything" after it.
This commit is contained in:
Родитель
7752032da9
Коммит
dff2023a67
4
Makefile
4
Makefile
|
@ -299,10 +299,10 @@ SUPERCLEAN_EXTS := .so .a .o .bin .testbin .pb.cc .pb.h _pb2.py .cuo
|
|||
py mat py$(PROJECT) mat$(PROJECT) proto runtest \
|
||||
superclean supercleanlist supercleanfiles warn everything
|
||||
|
||||
everything: all py$(PROJECT) mat$(PROJECT) test warn lint runtest
|
||||
|
||||
all: $(NAME) $(STATIC_NAME) tools examples
|
||||
|
||||
everything: all py$(PROJECT) mat$(PROJECT) test warn lint runtest
|
||||
|
||||
linecount:
|
||||
cloc --read-lang-def=$(PROJECT).cloc src/$(PROJECT)/
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче