Change make install

This commit is contained in:
John Zhao 2018-09-11 10:58:42 +08:00
parent 1b95e376a5
commit c6f195360f

View File

@ -123,7 +123,11 @@ else
@cd ./_build; make install
endif
else
ifeq ($(HOST_OS),Linux)
@cd ./_build; sudo make install
else
@cd ./_build; make install
endif
endif
.PHONY: install