1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-17 16:00:59 +00:00
serenity/Applications/FontEditor/Makefile
Lawrence Manning f0a6b42066 Move common Application build steps into their own Makefile.common
Further consolidation is of course possible, eg the Games/ programs
follow the same rules more or less.
2019-06-25 21:35:50 +02:00

11 lines
165 B
Makefile

include ../../Makefile.common
OBJS = \
FontEditor.o \
GlyphMapWidget.o \
GlyphEditorWidget.o \
main.o
APP = FontEditor
include ../Makefile.common