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

version 1.2, 2012/04/04 13:11:48 version 1.3, 2012/08/01 00:39:10
Line 1 Line 1
 all:  all:
        gcc -g -I/usr/local/include -L/usr/local/lib -O2 -o test test.c -laitcfg -laitio -laitcrc        cc -g -I/usr/local/include -L/usr/local/lib -O2 -o test test.c -laitcfg -laitio -laitcrc
        gcc -g -I/usr/local/include -L/usr/local/lib -O2 -o test_boot test_boot.c -laitcfg -laitio -laitcrc        cc -g -I/usr/local/include -L/usr/local/lib -O2 -o test_boot test_boot.c -laitcfg -laitio -laitcrc
         cc -g -I/usr/local/include -L/usr/local/lib -O2 -o test_av2 test_av2.c -laitcfg -laitio -laitcrc
   
 clean:  clean:
        rm -f *~ *.o test test_boot        rm -f *~ *.o test test_boot test_av2

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


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