--- libaitio/example/Makefile 2013/06/26 22:48:53 1.17 +++ libaitio/example/Makefile 2013/12/15 22:57:20 1.18 @@ -11,7 +11,8 @@ all: cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_sess test_sess.c -laitio -lelwix -lpthread cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test2_sess test2_sess.c -laitio -lelwix -lpthread cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o bpf bpf.c -laitio -lelwix -lpthread + cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_exec test_exec.c -laitio -lelwix clean: rm -f *.o *~ test_aio.dat test dir watchdir crypt aes recvfile sendfile test_bufio \ - test_aio test_sess test2_sess bpf + test_aio test_sess test2_sess bpf test_exec