all: gcc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o test test.c \ -laitio -laitcrc -laitsync clean: rm -f *.core test