mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 10:57:36 +00:00
tee: Port to LibMain and move to SerenityOS code patterns
This patch ports the utility 'tee' to LibMain and converts a larger part of its code to our SerenityOS patterns.
This commit is contained in:
parent
90fc28152b
commit
122778b9ac
2 changed files with 42 additions and 56 deletions
|
@ -193,6 +193,7 @@ target_link_libraries(sysctl LibMain)
|
|||
target_link_libraries(tac LibMain)
|
||||
target_link_libraries(tail LibMain)
|
||||
target_link_libraries(tar LibMain LibArchive LibCompress)
|
||||
target_link_libraries(tee LibMain)
|
||||
target_link_libraries(telws LibProtocol LibLine)
|
||||
target_link_libraries(test-fuzz LibCore LibGemini LibGfx LibHTTP LibIPC LibJS LibMarkdown LibShell)
|
||||
target_link_libraries(test-imap LibIMAP LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue