Showing
2 changed files
with
2 additions
and
3 deletions
| ... | ... | @@ -5,4 +5,5 @@ LIBS="-lcrypto -lssl -lrt -luuid" |
| 5 | 5 | gcc ${CFLAGS} -c -o test_handler.o test_handler.c |
| 6 | 6 | gcc ${CFLAGS} -I/usr/local/include -L/usr/local/lib ${LIBS} -o testserver testserver.c test_handler.o ${TRLIBS} |
| 7 | 7 | gcc ${CFLAGS} -I/usr/local/include -L/usr/local/lib ${LIBS} -o testserver2 testserver2.c test_handler.o ${TRLIBS} |
| 8 | -gcc ${CFLAGS} -I/usr/local/include -L/usr/local/lib ${LIBS} -o testclient testclient.c ${TRLIBS} | |
| 8 | +gcc ${CFLAGS} -I/usr/local/include -L/usr/local/lib ${LIBS} -o testtcp testclient.c ${TRLIBS} | |
| 9 | +gcc ${CFLAGS} -I/usr/local/include -L/usr/local/lib ${LIBS} -DUDP=1 -o testudp testclient.c ${TRLIBS} | ... | ... |
Please
register
or
login
to post a comment