1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 01:17:36 +00:00
serenity/Applications/HexEditor/Makefile
2020-02-06 12:04:00 +01:00

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