aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfoswret2026-05-02 12:22:58 -0500
committerfoswret2026-05-02 12:22:58 -0500
commit7540a10d9a2d377191b64a29e794d4b58f320347 (patch)
tree558b064ff764546cfc0a12da07b4f9ce4d7a80a8 /Makefile
parente291d28cdb37534ad5b22c1eff94a9b389edd2ad (diff)
implement correct month rendering, multipage, No start of month offset
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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