Update makefile
This commit is contained in:
parent
5e8bc7c05b
commit
677c10925f
4
Makefile
4
Makefile
@ -44,7 +44,7 @@ help:
|
||||
|
||||
.PHONY: help
|
||||
|
||||
all: samples tools ros
|
||||
all: init samples tools ros
|
||||
|
||||
.PHONY: all
|
||||
|
||||
@ -86,7 +86,7 @@ init:
|
||||
|
||||
# build
|
||||
|
||||
build: init
|
||||
build:
|
||||
@$(call echo,Make $@)
|
||||
ifeq ($(HOST_OS),Win)
|
||||
@$(call cmake_build,./_build,..,-DCMAKE_INSTALL_PREFIX=$(MKFILE_DIR)/_install)
|
||||
|
Loading…
x
Reference in New Issue
Block a user