--- libaitsess/contrib/Makefile 2011/09/07 21:37:23 1.1.1.1.6.2 +++ libaitsess/contrib/Makefile 2012/02/27 21:18:31 1.2.2.1 @@ -1,6 +1,7 @@ all: gcc -I/usr/local/include -I. -L. -L/usr/local/lib -g -O2 -o test test.c -laitsess -laitio -lpthread gcc -I/usr/local/include -I. -L. -L/usr/local/lib -g -O2 -o test2 test2.c -laitsess -laitio -lpthread + gcc -I/usr/local/include -I. -L. -L/usr/local/lib -g -O2 -o test_mem test_mem.c -laitsess -laitio -lpthread clean: - rm -f test test2 *.o *~ + rm -f test test2 test_mem *.o *~