From f2746b5ff91f869ea9949bb64c298c8fd86aaf1f Mon Sep 17 00:00:00 2001 From: Sylaina Date: Tue, 18 Sep 2018 17:44:53 +0200 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7f75b9f..94340be 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ TARGET = main # List C source files here. (C dependencies are automatically generated.) -SRC = $(TARGET).c i2c.c lcd.c +SRC = $(TARGET).c i2c.c lcd.c font.c # List Assembler source files here. # Make them always end in a capital .S. Files ending in a lowercase .s