|
|
| 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 |