mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-26 17:28:38 +09:00
8 lines
118 B
Makefile
8 lines
118 B
Makefile
#T grep-for: "dotslash-built"
|
|
.PHONY: $(dir foo)
|
|
|
|
all: $(dir foo)
|
|
@echo TEST-PASS
|
|
|
|
$(dir foo):
|
|
@echo dotslash-built
|