mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:27:44 +00:00
10 lines
136 B
Makefile
10 lines
136 B
Makefile
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
HexEditor.o \
|
|
HexEditorWidget.o \
|
|
main.o
|
|
|
|
APP = HexEditor
|
|
|
|
include ../Makefile.common
|