The Tor Browser
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
revisions
annotate
diff
comparison
raw
comparison: build/pymake/tests/link-search.mk
build/pymake/tests/link-search.mk
changeset 0
6474c204b198
equal
deleted
inserted
replaced
-1:000000000000
0:6151e1a4598a
1
$(shell \
2
touch libfoo.so \
3
)
4
5
all: -lfoo
6
test "$<" = "libfoo.so"
7
@echo TEST-PASS