Skip to content

nova: Makefile: Use `$(MAKE)` instead of `make`

Matěj Kafka requested to merge recursive-make into master

This allows CLion to correctly parse make output and configure its intellisense, and it's also the recommended way to recursively invoke make.

Merge request reports