summaryrefslogtreecommitdiff
path: root/DevTools/HackStudio/Makefile
diff options
context:
space:
mode:
authorItamar <itamar8910@gmail.com>2020-05-08 13:32:55 +0300
committerAndreas Kling <kling@serenityos.org>2020-05-09 23:41:08 +0200
commitb9f0f402f4b9b2a6545300f7bed0f53896e61208 (patch)
tree97ed375daa8cc5b75eab41b034331f1c5a232c16 /DevTools/HackStudio/Makefile
parentce360714471673a69b0b3f8977c428001a599103 (diff)
downloadserenity-b9f0f402f4b9b2a6545300f7bed0f53896e61208.zip
HackStudio: Reorganize debugger-related files
The debugger's files are now placed under HackStudio/Debugger
Diffstat (limited to 'DevTools/HackStudio/Makefile')
-rw-r--r--DevTools/HackStudio/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/DevTools/HackStudio/Makefile b/DevTools/HackStudio/Makefile
index 89bd7b610c..d00b45b610 100644
--- a/DevTools/HackStudio/Makefile
+++ b/DevTools/HackStudio/Makefile
@@ -6,7 +6,6 @@ OBJS = \
ProcessStateWidget.o \
FormEditorWidget.o \
FormWidget.o \
- DebugInfoWidget.o \
Editor.o \
EditorWrapper.o \
Locator.o \
@@ -14,8 +13,10 @@ OBJS = \
CursorTool.o \
WidgetTool.o \
WidgetTreeModel.o \
- Debugger.o \
- main.o
+ main.o \
+ Debugger/DebugInfoWidget.o \
+ Debugger/Debugger.o \
+ Debugger/VariablesModel.o
PROGRAM = HackStudio