gecko/build/pymake/tests/link-search.mk

8 lines
84 B
Makefile

$(shell \
touch libfoo.so \
)
all: -lfoo
test "$<" = "libfoo.so"
@echo TEST-PASS