Annotation of libaitcrc/example/Makefile, revision 1.3.6.1

1.3.6.1 ! misho       1: all:
        !             2:        gcc -o test -Wall -O2 -g -I../inc -L../lib test.c -laitcrc
        !             3:        gcc -o test_hash -Wall -O2 -g -I../inc -L../lib test_hash.c -laitcrc
1.2       misho       4: 
                      5: clean:
1.3.6.1 ! misho       6:        rm -f test test_hash

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