Annotation of libaitsync/example/Makefile, revision 1.1.2.1

1.1.2.1 ! misho       1: all:
        !             2:        gcc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o test test.c \
        !             3:                -laitio -laitcrc -laitsync
        !             4: 
        !             5: clean:
        !             6:        rm -f *.core test

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