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