mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 09:17:45 +00:00
Userland: Add tar command
This commit is contained in:
parent
99ee93149c
commit
b7c7c80ee2
2 changed files with 124 additions and 0 deletions
|
@ -35,6 +35,7 @@ target_link_libraries(passwd LibCrypt)
|
|||
target_link_libraries(paste LibGUI)
|
||||
target_link_libraries(pro LibProtocol)
|
||||
target_link_libraries(su LibCrypt)
|
||||
target_link_libraries(tar LibTar)
|
||||
target_link_libraries(test-crypto LibCrypto LibTLS LibLine)
|
||||
target_link_libraries(test-compress LibCompress)
|
||||
target_link_libraries(test-js LibJS LibLine LibCore)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue