diff --git a/src/sys/graphics/Makefile b/src/sys/graphics/Makefile index 6dba8cf..1150069 100755 --- a/src/sys/graphics/Makefile +++ b/src/sys/graphics/Makefile @@ -16,7 +16,7 @@ REMOVE = rm -f #Objects -OBJS = main.o objgfx30.o +OBJS = main.o objgfx30.o objfont.o # Link the binary $(BINARY) : $(OBJS) diff --git a/src/sys/graphics/objfont.cpp b/src/sys/graphics/objfont.cpp new file mode 100755 index 0000000..2d759b9 --- /dev/null +++ b/src/sys/graphics/objfont.cpp @@ -0,0 +1,2 @@ +#include "objfont.h" +