tenfourfox/build/pymake/tests/default-goal-set-first.mk
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

8 lines
108 B
Makefile

.DEFAULT_GOAL := default
not-default:
@echo TEST-FAIL did not run default rule
default:
@echo TEST-PASS