mirror of
https://github.com/RGBCube/serenity
synced 2026-01-17 16:00:59 +00:00
Further consolidation is of course possible, eg the Games/ programs follow the same rules more or less.
11 lines
165 B
Makefile
11 lines
165 B
Makefile
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
FontEditor.o \
|
|
GlyphMapWidget.o \
|
|
GlyphEditorWidget.o \
|
|
main.o
|
|
|
|
APP = FontEditor
|
|
|
|
include ../Makefile.common
|