Update makefile

This commit is contained in:
John Zhao 2018-11-19 14:15:47 +08:00
parent 5e8bc7c05b
commit 677c10925f

View File

@ -44,7 +44,7 @@ help:
.PHONY: help .PHONY: help
all: samples tools ros all: init samples tools ros
.PHONY: all .PHONY: all
@ -86,7 +86,7 @@ init:
# build # build
build: init build:
@$(call echo,Make $@) @$(call echo,Make $@)
ifeq ($(HOST_OS),Win) ifeq ($(HOST_OS),Win)
@$(call cmake_build,./_build,..,-DCMAKE_INSTALL_PREFIX=$(MKFILE_DIR)/_install) @$(call cmake_build,./_build,..,-DCMAKE_INSTALL_PREFIX=$(MKFILE_DIR)/_install)