mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
Add make targets to show static libraries.
These might make it easier for people to link our stuff, and keep their scripts more robust.
This commit is contained in:
parent
43dc92441d
commit
7b1832d011
@ -404,3 +404,9 @@ show-distdir-testlog:
|
||||
cat $(distdir)/_build/sub/$(TEST_SUITE_LOG); \
|
||||
else \
|
||||
cat $(distdir)/_build/$(TEST_SUITE_LOG); fi
|
||||
|
||||
show-libs:
|
||||
@echo $(TOR_INTERNAL_LIBS)
|
||||
|
||||
show-testing-libs:
|
||||
@echo $(TOR_INTERNAL_TESTING_LIBS)
|
||||
|
Loading…
Reference in New Issue
Block a user