aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfoswret <foswret@posteo.com>2025-12-12 15:13:48 -0600
committerfoswret <foswret@posteo.com>2025-12-12 15:13:48 -0600
commit4b18819e5f34358cab1bf1c1514d443421d7968c (patch)
treec28b3bbb3a1a365b03e63724645f3d0eac8e90ca /Makefile
parent5a0c5630e0bcc5e06beb856c666f7eaedd1c9559 (diff)
All months are now able to be generated correctly in one PDF. Therefore, all absolutely core functionality is done.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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