aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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