mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 09:04:30 +00:00
Further consolidation is of course possible, eg the Games/ programs follow the same rules more or less.
12 lines
165 B
Makefile
12 lines
165 B
Makefile
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
FontEditor.o \
|
|
GlyphMapWidget.o \
|
|
GlyphEditorWidget.o \
|
|
main.o
|
|
|
|
APP = FontEditor
|
|
|
|
include ../Makefile.common
|