--- libelwix/example/Makefile 2016/05/18 12:47:42 1.4 +++ libelwix/example/Makefile 2017/11/27 21:14:01 1.4.10.1 @@ -11,7 +11,9 @@ 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_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_json test_json.c -lelwix -lpthread clean: 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