Diff for /libaitio/example/Makefile between versions 1.9 and 1.10

version 1.9, 2011/12/13 02:23:07 version 1.10, 2012/02/02 21:32:42
Line 12  all: Line 12  all:
         gcc -g -I../inc -I. -L. -L../lib -o recvfile recvfile.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 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_n2 test_n2.c -laitio
           gcc -g -I../inc -I. -L. -L../lib -o test_bufio test_bufio.c -laitio
   
 clean:  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                recvfile sendfile test_n2 test_bufio

Removed from v.1.9  
changed lines
  Added in v.1.10


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>