mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-01 22:29:13 +00:00
Let's rename this to LibWeb since it aims to provide more parts of the web platform than just HTML. :^)
23 lines
427 B
Makefile
23 lines
427 B
Makefile
OBJS = \
|
|
Project.o \
|
|
ProjectFile.o \
|
|
TerminalWrapper.o \
|
|
FindInFilesWidget.o \
|
|
ProcessStateWidget.o \
|
|
FormEditorWidget.o \
|
|
FormWidget.o \
|
|
Editor.o \
|
|
EditorWrapper.o \
|
|
Locator.o \
|
|
Tool.o \
|
|
CursorTool.o \
|
|
WidgetTool.o \
|
|
WidgetTreeModel.o \
|
|
main.o
|
|
|
|
PROGRAM = HackStudio
|
|
|
|
LIB_DEPS = GUI Web VT Protocol Markdown Gfx IPC Thread Pthread Core
|
|
|
|
include ../../Makefile.common
|