Diff for /libaitcfg/example/Makefile between versions 1.1.2.1 and 1.1.2.3

version 1.1.2.1, 2012/04/02 14:43:28 version 1.1.2.3, 2012/04/04 11:43:05
Line 1 Line 1
 all:  all:
        gcc -g -I/usr/local/include -L/usr/local/lib -o test test.c -laitcfg -laitio -laitcrc        gcc -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
   
 clean:  clean:
        rm -f *~ *.o test        rm -f *~ *.o test test_boot

Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.3


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