--- libaitcli/example/Makefile 2010/04/16 13:20:29 1.1 +++ libaitcli/example/Makefile 2013/05/30 09:16:42 1.3 @@ -1,5 +1,6 @@ all: - gcc -g -I../inc -I. -L. -L../lib -o test test.c -laitcli + gcc -g -I/usr/local/include -L/usr/local/lib -o test test.c -laitcli -lelwix + gcc -g -I/usr/local/include -L/usr/local/lib -o tnet tnet.c -laitcli -lelwix clean: - rm -f test + rm -f test tnet