From 0ffb4f8463e3e06e8d88b7be22f5cb7adb702361 Mon Sep 17 00:00:00 2001 From: pk33 Date: Sun, 3 Nov 2024 22:26:28 +0100 Subject: fonts, text and basic ui for on-screen log --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index d3255f2..36d7c36 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,7 @@ CC = clang PROJECT = engine33 -OBJS = main.o system.o logger.o clock.o display.o +OBJS = main.o system.o logger.o font33.o strings33.o ui33.o clock.o display.o PDIR = ./bin .PATH: ./src -- cgit v1.2.3