--- libaitsync/example/Makefile 2012/11/13 10:00:30 1.1 +++ libaitsync/example/Makefile 2012/11/13 14:19:39 1.2 @@ -0,0 +1,8 @@ +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