1.1.2.1 ! misho 1: all: ! 2: gcc -g -I/usr/local/include -L/usr/local/lib -o test test.c -laitcfg -laitio -laitcrc ! 3: ! 4: clean: ! 5: rm -f *~ *.o test