mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00:00
11 lines
158 B
Makefile
11 lines
158 B
Makefile
OBJS = \
|
|
HexEditor.o \
|
|
HexEditorWidget.o \
|
|
main.o
|
|
|
|
PROGRAM = HexEditor
|
|
|
|
LIB_DEPS = GUI Gfx IPC Thread Pthread Core
|
|
|
|
include ../../Makefile.common
|