When using GNU Make, be sure to use the $(CURDIR) variable instead of the $(PWD) variable, as the former properly handles recursive builds when using -C. In fact, the latter isn’t even documented in the manual.
Recent Comments