--- libelwix/example/Makefile 2013/01/17 10:05:35 1.1 +++ libelwix/example/Makefile 2013/03/07 16:24:32 1.2 @@ -9,7 +9,8 @@ all: gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_n2 test_n2.c -lelwix gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_vars test_vars.c -lelwix gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_mem test_mem.c -lpthread -lelwix + gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_time test_time.c -lpthread -lelwix clean: rm -f *.o *~ test astvar test_array test_sarray \ - envargs rb rb2 test_n2 test_vars test_mem + envargs rb rb2 test_n2 test_vars test_mem test_time