Remove submodule glog

This commit is contained in:
John Zhao
2018-09-04 17:11:39 +08:00
parent d96797c835
commit 2784937ad1
4 changed files with 3 additions and 14 deletions

View File

@@ -30,7 +30,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"
@@ -71,14 +70,7 @@ cleandoc:
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