From 4b18819e5f34358cab1bf1c1514d443421d7968c Mon Sep 17 00:00:00 2001 From: foswret Date: Fri, 12 Dec 2025 15:13:48 -0600 Subject: All months are now able to be generated correctly in one PDF. Therefore, all absolutely core functionality is done. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5e9411d..a1f017c 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION = 0.0 PREFIX = /usr/local CC = cc DIR = src -OBJS = $(DIR)/draw.o $(DIR)/calp.o +OBJS = $(DIR)/draw.o $(DIR)/calp.o $(DIR)/date.o LIBS = -lcairo .PHONY: clean all install -- cgit v1.2.3