Serenity Operating System
at hosted 18 lines 340 B view raw
1OBJS = \ 2 FontEditor.o \ 3 GlyphMapWidget.o \ 4 GlyphEditorWidget.o \ 5 main.o 6 7PROGRAM = FontEditor 8 9LIB_DEPS = GUI Gfx Core IPC 10 11FontEditor.cpp: UI_FontEditorBottom.h 12 13UI_FontEditorBottom.h: FontEditorBottom.frm | FORMCOMPILER 14 $(QUIET) $(FORMCOMPILER) $< > $@ 15 16EXTRA_CLEAN = UI_FontEditorBottom.h 17 18include ../../Makefile.common