Diff for /libaitcrc/example/Makefile between versions 1.2 and 1.3

version 1.2, 2010/01/20 00:04:44 version 1.3, 2011/04/28 20:28:20
Line 1 Line 1
 test:  test:
         gcc -o $@ -Wall -O2 -g -I../inc -L../lib test.c -laitcrc          gcc -o $@ -Wall -O2 -g -I../inc -L../lib test.c -laitcrc
           gcc -o $@_hash -Wall -O2 -g -I../inc -L../lib test_hash.c -laitcrc
   
 clean:  clean:
        rm test        rm test test_hash

Removed from v.1.2  
changed lines
  Added in v.1.3


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