--- libaitcfg/example/Makefile 2012/04/02 14:43:28 1.1.2.1 +++ libaitcfg/example/Makefile 2012/04/04 11:43:05 1.1.2.3 @@ -1,5 +1,6 @@ all: - gcc -g -I/usr/local/include -L/usr/local/lib -o test test.c -laitcfg -laitio -laitcrc + gcc -g -I/usr/local/include -L/usr/local/lib -O2 -o test test.c -laitcfg -laitio -laitcrc + gcc -g -I/usr/local/include -L/usr/local/lib -O2 -o test_boot test_boot.c -laitcfg -laitio -laitcrc clean: - rm -f *~ *.o test + rm -f *~ *.o test test_boot