--- libaitio/example/Makefile 2011/12/13 02:23:07 1.9 +++ libaitio/example/Makefile 2012/02/02 21:32:42 1.10 @@ -12,7 +12,8 @@ all: gcc -g -I../inc -I. -L. -L../lib -o recvfile recvfile.c -laitio gcc -g -I../inc -I. -L. -L../lib -o sendfile sendfile.c -laitio gcc -g -I../inc -I. -L. -L../lib -o test_n2 test_n2.c -laitio + gcc -g -I../inc -I. -L. -L../lib -o test_bufio test_bufio.c -laitio clean: rm -f test dir astvar watchdir crypt test_array test_sarray envargs rb aes \ - recvfile sendfile test_n2 + recvfile sendfile test_n2 test_bufio