Diff for /libaitcfg/example/Makefile between versions 1.5 and 1.6

version 1.5, 2013/05/30 09:12:27 version 1.6, 2021/11/26 01:15:03
Line 3  all: Line 3  all:
         ${CC} -g -I/usr/local/include -L/usr/local/lib -O2 -o test_boot test_boot.c -laitcfg -lelwix          ${CC} -g -I/usr/local/include -L/usr/local/lib -O2 -o test_boot test_boot.c -laitcfg -lelwix
         ${CC} -g -I/usr/local/include -L/usr/local/lib -O2 -o test_av2 test_av2.c -laitcfg -lelwix          ${CC} -g -I/usr/local/include -L/usr/local/lib -O2 -o test_av2 test_av2.c -laitcfg -lelwix
         ${CC} -g -I/usr/local/include -L/usr/local/lib -O2 -o test_pwd test_pwd.c -laitcfg -lelwix          ${CC} -g -I/usr/local/include -L/usr/local/lib -O2 -o test_pwd test_pwd.c -laitcfg -lelwix
           ${CC} -g -I/usr/local/include -L/usr/local/lib -O2 -o testcfg testcfg.c -laitcfg -lelwix
   
 clean:  clean:
        rm -f *~ *.o test test_boot test_av2 test_pwd        rm -f *~ *.o test test_boot test_av2 test_pwd testcfg

Removed from v.1.5  
changed lines
  Added in v.1.6


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