summaryrefslogtreecommitdiff
path: root/DevTools/HackStudio/Makefile
diff options
context:
space:
mode:
authorOriko <oriko1010@protonmail.com>2020-03-13 00:54:04 +0200
committerAndreas Kling <kling@serenityos.org>2020-03-13 22:53:13 +0100
commitb6e1c1b51690cadf0bcdd3dcb7d5b4afd8b6fa7e (patch)
tree26cbd3840f7e94e58b06a63ee18c62c60a4cf37e /DevTools/HackStudio/Makefile
parentc2884d29d668538382a02bacaa6d05a9acebf6cf (diff)
downloadserenity-b6e1c1b51690cadf0bcdd3dcb7d5b4afd8b6fa7e.zip
HackStudio: Use Javascript syntax highlighter
Diffstat (limited to 'DevTools/HackStudio/Makefile')
-rw-r--r--DevTools/HackStudio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/DevTools/HackStudio/Makefile b/DevTools/HackStudio/Makefile
index d1f17a0651..50443ca585 100644
--- a/DevTools/HackStudio/Makefile
+++ b/DevTools/HackStudio/Makefile
@@ -17,6 +17,6 @@ OBJS = \
PROGRAM = HackStudio
-LIB_DEPS = GUI Web VT Protocol Markdown Gfx IPC Thread Pthread Core
+LIB_DEPS = GUI Web VT Protocol Markdown Gfx IPC Thread Pthread Core JS
include ../../Makefile.common