diff options
| author | foswret | 2026-05-20 12:21:51 -0500 |
|---|---|---|
| committer | foswret | 2026-05-20 12:21:51 -0500 |
| commit | 04fc01ab521abf48cede1e64563fd6276e781b24 (patch) | |
| tree | 2b41708c80466e20d220171cd087a8b5c48e93ef /Makefile | |
| parent | 879425cba4cc5ba85b15a01423ad6e50f526fec8 (diff) | |
add LANG support
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 $(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 |
