mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 20:03:08 +09:00
6 lines
141 B
Makefile
6 lines
141 B
Makefile
test.foo: %.foo:
|
|
test "$@" = "test.foo"
|
|
@echo TEST-PASS made test.foo by default
|
|
|
|
all:
|
|
@echo TEST-FAIL made $@, should have made test.foo
|