1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 08:37:35 +00:00

purge: Port to LibMain

This commit is contained in:
Brian Gianforcaro 2022-03-21 00:42:34 -07:00 committed by Andreas Kling
parent fbceebb717
commit 575fcc42c3
2 changed files with 4 additions and 2 deletions

View file

@ -166,6 +166,7 @@ target_link_libraries(printf LibMain)
target_link_libraries(pro LibMain LibProtocol)
target_link_libraries(profile LibMain)
target_link_libraries(ps LibMain)
target_link_libraries(purge LibMain)
target_link_libraries(pwd LibMain)
target_link_libraries(realpath LibMain)
target_link_libraries(reboot LibMain)