Remove submodule glog
This commit is contained in:
11
Makefile
11
Makefile
@@ -24,7 +24,6 @@ help:
|
||||
@echo " make apidoc make api doc"
|
||||
@echo " make opendoc open api doc (html)"
|
||||
@echo " make init init project"
|
||||
@echo " make 3rdparty build 3rdparty: glog"
|
||||
@echo " make build build project"
|
||||
@echo " make install install project"
|
||||
@echo " make test build test and run"
|
||||
@@ -61,15 +60,7 @@ opendoc: apidoc
|
||||
|
||||
submodules:
|
||||
@git submodule update --init
|
||||
|
||||
third_party: submodules
|
||||
@$(call echo,Make $@)
|
||||
@$(call echo,Make glog,33)
|
||||
@$(call cmake_build,./third_party/glog/_build)
|
||||
|
||||
3rdparty: third_party
|
||||
|
||||
.PHONY: submodules third_party 3rdparty
|
||||
.PHONY: submodules
|
||||
|
||||
# init
|
||||
|
||||
|
||||
Reference in New Issue
Block a user