tenfourfox/build/pymake/tests/phony.mk

11 lines
90 B
Makefile
Raw Normal View History

2017-04-19 07:56:45 +00:00
$(shell \
touch dep; \
sleep 2; \
touch all; \
)
all:: dep
@echo TEST-PASS
.PHONY: all