index
:
UXP
master
webbrowser
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
build
/
pymake
/
tests
/
link-search.mk
blob: ea827f39139e331c58e538de4508899f1cfc5e5b (
plain
)
1
2
3
4
5
6
7
$(shell \ touch libfoo.so \ ) all: -lfoo test "$<" = "libfoo.so" @echo TEST-PASS