humanoid-path-planner / hpp-doc

Documentation for project Humanoid Path Planner
https://humanoid-path-planner.github.io/hpp-doc
ISC License
27 stars 23 forks source link

Enable to use HPP Makefile from another Makefile #55

Open jmirabel opened 4 years ago

jmirabel commented 4 years ago

This could be easily achieved by replacing the invocation of $(MAKE) by $(INVOKE_MAKE) and by adding the following line at the beginning:

INVOKE_MAKE=$(MAKE) -f $(CURDIR)/$(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))