feat: implemented hash based login command.

This commit is contained in:
Lorenzo Torres 2025-02-12 20:53:42 +01:00
parent 9418c7b9a4
commit d2d12e9767
8 changed files with 56 additions and 25 deletions

View file

@ -18,11 +18,14 @@ options:
.c.o:
${CC} -c ${CFLAGS} $<
${OBJ}: config.h imap.routines config.mk
${OBJ}: config.h users.h imap.routines config.mk
config.h:
cp config.def.h $@
users.h:
cp users.def.h $@
sis: ${OBJ}
${CC} -o $@ ${OBJ} ${LDFLAGS}