Return to Makefile CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / libaitcfg / example |
1.2 ! misho 1: all: ! 2: gcc -g -I/usr/local/include -L/usr/local/lib -O2 -o test test.c -laitcfg -laitio -laitcrc ! 3: gcc -g -I/usr/local/include -L/usr/local/lib -O2 -o test_boot test_boot.c -laitcfg -laitio -laitcrc ! 4: ! 5: clean: ! 6: rm -f *~ *.o test test_boot