1.1 misho 1: all: 2: gcc -g -I../inc -I. -L. -L../lib -o test test.c -laitcli 3: 4: clean: 5: rm -f test