--- libaitio/example/Makefile 2011/10/31 13:53:50 1.8 +++ libaitio/example/Makefile 2011/12/13 02:23:07 1.9 @@ -9,6 +9,10 @@ all: gcc -g -I../inc -I. -L. -L../lib -o envargs envargs.c -laitio gcc -g -I../inc -I. -L. -L../lib -o rb rb.c gcc -g -I../inc -I. -L. -L../lib -o aes aes.c -laitio + 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 clean: - rm -f test dir astvar watchdir crypt test_array test_sarray envargs rb aes + rm -f test dir astvar watchdir crypt test_array test_sarray envargs rb aes \ + recvfile sendfile test_n2