Diff for /libelwix/example/Makefile between versions 1.4 and 1.4.10.1

version 1.4, 2016/05/18 12:47:42 version 1.4.10.1, 2017/11/27 21:14:01
Line 11  all: Line 11  all:
         cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_mem test_mem.c -lpthread -lelwix -lpthread          cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_mem test_mem.c -lpthread -lelwix -lpthread
         cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_time test_time.c -lpthread -lelwix -lpthread          cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_time test_time.c -lpthread -lelwix -lpthread
         cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_pack test_pack.c -lelwix -lpthread          cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_pack test_pack.c -lelwix -lpthread
           cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_json test_json.c -lelwix -lpthread
   
 clean:  clean:
         rm -f *.o *~ test astvar test_array test_sarray \          rm -f *.o *~ test astvar test_array test_sarray \
                envargs rb rb2 test_n2 test_vars test_mem test_time test_pack                envargs rb rb2 test_n2 test_vars test_mem test_time test_pack \
                 test_json

Removed from v.1.4  
changed lines
  Added in v.1.4.10.1


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