You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use $(MAKE) and -C when running sub-make processes
Use $(MAKE) to run the same make even when it is not named 'make' or is
not first on the path. Use -C for simplicity, since the Makefile
already relies on GNU make extensions.
0 commit comments