Annotation of libaitcfg/example/Makefile, revision 1.1.2.1

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

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