Files
ladybird/Applications/HexEditor/Makefile
2020-02-06 12:04:00 +01:00

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