diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-10-25 19:52:44 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-10-25 19:52:44 +0200 |
commit | 307cbf83c3834512ecf6d208cf06d177abfbfb56 (patch) | |
tree | 6ae63107f8feba2bc65923acc065144bca53596b /DevTools/HackStudio/Makefile | |
parent | 51e655f9033d4c14119ab2264735545d3cd85a0a (diff) | |
download | serenity-307cbf83c3834512ecf6d208cf06d177abfbfb56.zip |
HackStudio: Start building a C++ lexer to help with syntax highlighting
Diffstat (limited to 'DevTools/HackStudio/Makefile')
-rw-r--r-- | DevTools/HackStudio/Makefile | 1 |
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 |