1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:27:44 +00:00
serenity/Applications/HexEditor/Makefile
Brandon Scott 48ef1d1bd1 HexEditor: Initial application release
The very first release of the Hex Editor for Serenity.
2019-10-13 08:45:49 +02:00

10 lines
136 B
Makefile

include ../../Makefile.common
OBJS = \
HexEditor.o \
HexEditorWidget.o \
main.o
APP = HexEditor
include ../Makefile.common