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

version 1.2, 2011/05/29 22:49:25 version 1.3, 2013/05/30 09:16:42
Line 1 Line 1
 all:  all:
        gcc -g -I../inc -I. -L. -L../lib -L/usr/local/lib -o test test.c -laitcli        gcc -g -I/usr/local/include -L/usr/local/lib -o test test.c -laitcli -lelwix
        gcc -g -I../inc -I. -L. -L../lib -L/usr/local/lib -o tnet tnet.c -laitcli        gcc -g -I/usr/local/include -L/usr/local/lib -o tnet tnet.c -laitcli -lelwix
   
 clean:  clean:
         rm -f test tnet          rm -f test tnet

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


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