relative paths in Makefile
The Makefile assumes that the OPENCARP path must be in a certain path relative to carputils. This does not apply to an abitrary openCARP installation and complains when working with carpentry.
Suggestion:
- make OPENCARP_PATH an environment variable
- only call
make models
when the environment variable is present
Other solutions are welcome.