mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-18 19:36:53 +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
|