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

Userland: Remove "ht" test utility

The new HTML parser is well integrated into Browser now and we don't
need a separate tool for testing it. :^)
This commit is contained in:
Andreas Kling 2020-06-21 19:26:18 +02:00
parent 4684e9a80f
commit 457a687050
2 changed files with 0 additions and 58 deletions

View file

@ -12,7 +12,6 @@ target_link_libraries(avol LibAudio)
target_link_libraries(copy LibGUI)
target_link_libraries(disasm LibX86)
target_link_libraries(functrace LibDebug LibX86)
target_link_libraries(ht LibWeb)
target_link_libraries(html LibWeb)
target_link_libraries(js LibJS LibLine)
target_link_libraries(keymap LibKeyboard)