Archived
1
0
Fork 0
This commit is contained in:
Julien Dessaux 2018-08-26 15:55:38 +02:00
parent 4da77dcb10
commit beff818f25
13 changed files with 291 additions and 25 deletions

View file

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