Annotation of libaitcli/example/Makefile, revision 1.2

1.1       misho       1: all:
1.2     ! misho       2:        gcc -g -I../inc -I. -L. -L../lib -L/usr/local/lib -o test test.c -laitcli
        !             3:        gcc -g -I../inc -I. -L. -L../lib -L/usr/local/lib -o tnet tnet.c -laitcli
1.1       misho       4: 
                      5: clean:
1.2     ! misho       6:        rm -f test tnet

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