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

version 1.1.1.1, 2008/11/05 17:02:55 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:
           rm test test_hash

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


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