1 2 3 4 5 6 7
.DEFAULT_GOAL := default not-default: @echo TEST-FAIL did not run default rule default: @echo TEST-PASS