mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:27:44 +00:00
10 lines
158 B
Makefile
10 lines
158 B
Makefile
OBJS = \
|
|
HexEditor.o \
|
|
HexEditorWidget.o \
|
|
main.o
|
|
|
|
PROGRAM = HexEditor
|
|
|
|
LIB_DEPS = GUI Gfx IPC Thread Pthread Core
|
|
|
|
include ../../Makefile.common
|