mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-23 04:43:07 +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
|