diff options
author | Andreas Kling <kling@serenityos.org> | 2020-03-07 10:32:51 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-03-07 10:32:51 +0100 |
commit | 830a57c6b23430c749395811761252d1999f3559 (patch) | |
tree | 0bccfa6bc0ec8a39af0dab20633257df3384a4b3 /DevTools/HackStudio/Makefile | |
parent | 7a6c4a72d5a7da31dbbd5178a469ae37ef68eaea (diff) | |
download | serenity-830a57c6b23430c749395811761252d1999f3559.zip |
LibWeb: Rename directory LibHTML => LibWeb
Let's rename this to LibWeb since it aims to provide more parts of the
web platform than just HTML. :^)
Diffstat (limited to 'DevTools/HackStudio/Makefile')
-rw-r--r-- | DevTools/HackStudio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DevTools/HackStudio/Makefile b/DevTools/HackStudio/Makefile index 6598b57e35..d1f17a0651 100644 --- a/DevTools/HackStudio/Makefile +++ b/DevTools/HackStudio/Makefile @@ -17,6 +17,6 @@ OBJS = \ PROGRAM = HackStudio -LIB_DEPS = GUI HTML VT Protocol Markdown Gfx IPC Thread Pthread Core +LIB_DEPS = GUI Web VT Protocol Markdown Gfx IPC Thread Pthread Core include ../../Makefile.common |