mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-29 10:48:39 +09:00
7 lines
84 B
Makefile
7 lines
84 B
Makefile
$(shell \
|
|
touch libfoo.so \
|
|
)
|
|
|
|
all: -lfoo
|
|
test "$<" = "libfoo.so"
|
|
@echo TEST-PASS
|