Diff for /libaitmqtt/example/Attic/Makefile-linux between versions 1.1 and 1.1.2.1

version 1.1, 2016/09/14 16:16:55 version 1.1.2.1, 2016/09/14 16:16:55
Line 0 Line 1
   all:
           ${CC} -Wall -g -o test_enclen -I ../inc -L ../lib test_enclen.c -laitmqtt -lbsd
           ${CC} -Wall -g -o test_declen -I ../inc -L ../lib test_declen.c -laitmqtt -lbsd
           ${CC} -Wall -g -o test -I ../inc -L ../lib test.c -laitmqtt -lbsd
           ${CC} -Wall -g -o cmds -I ../inc -L ../lib cmds.c -laitmqtt -lbsd
           ${CC} -Wall -g -o exptop -I ../inc -L ../lib exptop.c -laitmqtt -lbsd
   
   clean:
           rm -f *.o *~ test_enclen test_declen test cmds exptop

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


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