tenfourfox/build/pymake/tests/link-search.mk
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

8 lines
84 B
Makefile

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