mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
9 lines
118 B
Makefile
9 lines
118 B
Makefile
#T grep-for: "dotslash-built"
|
|
.PHONY: $(dir foo)
|
|
|
|
all: $(dir foo)
|
|
@echo TEST-PASS
|
|
|
|
$(dir foo):
|
|
@echo dotslash-built
|