blob: ea827f39139e331c58e538de4508899f1cfc5e5b [file] [log] [blame]
$(shell \
touch libfoo.so \
)
all: -lfoo
test "$<" = "libfoo.so"
@echo TEST-PASS