Archived
1
0
Fork 0

Began implementing configuration fetching from an sshportal mysql database

This commit is contained in:
Julien Dessaux 2018-08-26 18:54:19 +02:00
parent beff818f25
commit fecf526ed3
11 changed files with 251 additions and 45 deletions

View file

@ -8,7 +8,7 @@ OBJ=$(sources:.c=.o)
all: bastion
bastion: $(OBJ)
$(CC) ${DEBUG} -o bastion $(OBJ) -lssh -lutil -ltty
$(CC) ${DEBUG} -o bastion $(OBJ) -lssh -lutil -ltty -lmysqlclient
clean:
$(RM) bastion *.[do] src/*.[do]