Annotation of libaitcfg/example/Makefile, revision 1.1.2.2

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

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