mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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
|