all: gcc -g -I../inc -I. -L. -L../lib -o test test.c -laitio gcc -g -I../inc -I. -L. -L../lib -o dir dir.c -laitio clean: rm -f test dir