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

version 1.3, 2011/04/28 20:28:20 version 1.4, 2012/08/29 09:00:44
Line 1 Line 1
test:all:
        gcc -o $@ -Wall -O2 -g -I../inc -L../lib test.c -laitcrc        gcc -o test -Wall -O2 -g -I../inc -L../lib test.c -laitcrc
        gcc -o $@_hash -Wall -O2 -g -I../inc -L../lib test_hash.c -laitcrc        gcc -o test_hash -Wall -O2 -g -I../inc -L../lib test_hash.c -laitcrc
   
 clean:  clean:
        rm test test_hash        rm -f test test_hash

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


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