summaryrefslogtreecommitdiff
path: root/DevTools/HackStudio/Makefile
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-10-25 19:52:44 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-10-25 19:52:44 +0200
commit307cbf83c3834512ecf6d208cf06d177abfbfb56 (patch)
tree6ae63107f8feba2bc65923acc065144bca53596b /DevTools/HackStudio/Makefile
parent51e655f9033d4c14119ab2264735545d3cd85a0a (diff)
downloadserenity-307cbf83c3834512ecf6d208cf06d177abfbfb56.zip
HackStudio: Start building a C++ lexer to help with syntax highlighting
Diffstat (limited to 'DevTools/HackStudio/Makefile')
-rw-r--r--DevTools/HackStudio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/DevTools/HackStudio/Makefile b/DevTools/HackStudio/Makefile
index 728552f7c3..dc35d177eb 100644
--- a/DevTools/HackStudio/Makefile
+++ b/DevTools/HackStudio/Makefile
@@ -6,6 +6,7 @@ OBJS = \
TerminalWrapper.o \
FindInFilesWidget.o \
ProcessStateWidget.o \
+ CppLexer.o \
main.o
APP = HackStudio