--- libaitcfg/example/Makefile 2012/09/19 11:50:02 1.3.4.1 +++ libaitcfg/example/Makefile 2012/09/19 11:50:20 1.3.4.2 @@ -1,8 +1,8 @@ all: - ${cc} -g -I/usr/local/include -L/usr/local/lib -O2 -o test test.c -laitcfg -laitio -laitcrc - ${cc} -g -I/usr/local/include -L/usr/local/lib -O2 -o test_boot test_boot.c -laitcfg -laitio -laitcrc - ${cc} -g -I/usr/local/include -L/usr/local/lib -O2 -o test_av2 test_av2.c -laitcfg -laitio -laitcrc - ${cc} -g -I/usr/local/include -L/usr/local/lib -O2 -o test_pwd test_pwd.c -laitcfg -laitio -laitcrc + ${CC} -g -I/usr/local/include -L/usr/local/lib -O2 -o test test.c -laitcfg -laitio -laitcrc + ${CC} -g -I/usr/local/include -L/usr/local/lib -O2 -o test_boot test_boot.c -laitcfg -laitio -laitcrc + ${CC} -g -I/usr/local/include -L/usr/local/lib -O2 -o test_av2 test_av2.c -laitcfg -laitio -laitcrc + ${CC} -g -I/usr/local/include -L/usr/local/lib -O2 -o test_pwd test_pwd.c -laitcfg -laitio -laitcrc clean: rm -f *~ *.o test test_boot test_av2 test_pwd