mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
10 lines
133 B
Makefile
10 lines
133 B
Makefile
|
|
#T returncode: 2
|
||
|
|
#T commandline: ['-j4']
|
||
|
|
|
||
|
|
$(shell touch foo.in)
|
||
|
|
|
||
|
|
all: foo.in foo.out missing
|
||
|
|
@echo TEST-PASS
|
||
|
|
|
||
|
|
%.out: %.in
|
||
|
|
cp $< $@
|