Began implementing configuration fetching from an sshportal mysql database
This commit is contained in:
parent
beff818f25
commit
fecf526ed3
11 changed files with 251 additions and 45 deletions
|
@ -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]
|
||||
|
|
Reference in a new issue