From 04fc01ab521abf48cede1e64563fd6276e781b24 Mon Sep 17 00:00:00 2001 From: foswret Date: Wed, 20 May 2026 12:21:51 -0500 Subject: add LANG support --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7448222..91144ab 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 $(DIR)/date.o $(DIR)/image.o +OBJS = $(DIR)/calp.o $(DIR)/draw.o $(DIR)/date.o $(DIR)/image.o $(DIR)/ezini.o .PHONY: clean all install TARGET = calp -- cgit v1.2.3