feat: implemented hash based login command.
This commit is contained in:
parent
9418c7b9a4
commit
d2d12e9767
8 changed files with 56 additions and 25 deletions
5
Makefile
5
Makefile
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue