Annotation of libaitsync/example/Makefile, revision 1.2

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

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