mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00:00
FontEditor widget rewritten for respect to the font size and added fixed width and height header values.
12 lines
170 B
Makefile
12 lines
170 B
Makefile
OBJS = \
|
|
FontEditor.o \
|
|
GlyphMapWidget.o \
|
|
GlyphEditorWidget.o \
|
|
main.o
|
|
|
|
PROGRAM = FontEditor
|
|
|
|
LIB_DEPS = GUI Gfx Core IPC
|
|
|
|
include ../../Makefile.common
|