mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-23 10:29:05 +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
|