fix: fixed capitalisation bugs in command parsing

This commit is contained in:
Lorenzo Torres 2024-12-24 13:44:12 +01:00
parent 81a1c7447c
commit 9418c7b9a4
7 changed files with 107 additions and 5 deletions

View file

@ -3,8 +3,8 @@
include config.mk
SRC = sis.c imap.c utils.c
HDR = config.def.h imap.h utils.h imap.routines
SRC = sis.c imap.c auth.c utils.c
HDR = config.def.h imap.h auth.h utils.h imap.routines
OBJ = ${SRC:.c=.o}
all: options sis