From 7540a10d9a2d377191b64a29e794d4b58f320347 Mon Sep 17 00:00:00 2001 From: foswret Date: Sat, 2 May 2026 12:22:58 -0500 Subject: implement correct month rendering, multipage, No start of month offset --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4c8f544..65a749f 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION = 0.0 PREFIX = /usr/local CC = cc DIR = src -OBJS = $(DIR)/calp.o $(DIR)/draw.o +OBJS = $(DIR)/calp.o $(DIR)/draw.o $(DIR)/date.o .PHONY: clean all install TARGET = calp -- cgit v1.2.3