diff options
| author | foswret | 2026-05-02 12:22:58 -0500 |
|---|---|---|
| committer | foswret | 2026-05-02 12:22:58 -0500 |
| commit | 7540a10d9a2d377191b64a29e794d4b58f320347 (patch) | |
| tree | 558b064ff764546cfc0a12da07b4f9ce4d7a80a8 /Makefile | |
| parent | e291d28cdb37534ad5b22c1eff94a9b389edd2ad (diff) | |
implement correct month rendering, multipage, No start of month offset
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
