Mypal/build/pymake/tests/dotslash-dir.mk
2019-03-11 13:26:37 +03:00

9 lines
118 B
Makefile

#T grep-for: "dotslash-built"
.PHONY: $(dir foo)
all: $(dir foo)
@echo TEST-PASS
$(dir foo):
@echo dotslash-built