--- libaitcli/example/Makefile 2010/04/16 13:20:29 1.1 +++ libaitcli/example/Makefile 2011/05/29 22:49:25 1.2 @@ -1,5 +1,6 @@ all: - gcc -g -I../inc -I. -L. -L../lib -o test test.c -laitcli + gcc -g -I../inc -I. -L. -L../lib -L/usr/local/lib -o test test.c -laitcli + gcc -g -I../inc -I. -L. -L../lib -L/usr/local/lib -o tnet tnet.c -laitcli clean: - rm -f test + rm -f test tnet