Skip to content
Snippets Groups Projects
Commit a00a808b authored by Thomas Moulard's avatar Thomas Moulard
Browse files

Teach root level make about the install target.

parent 755d13e1
No related branches found
No related tags found
No related merge requests found
include $(shell rospack find mk)/cmake.mk
\ No newline at end of file
include $(shell rospack find mk)/cmake.mk
# Forward install target to build directory.
install:
${MAKE} -C build install
.PHONY: install
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment