--- libaitcfg/example/Makefile 2012/04/02 14:43:28 1.1 +++ libaitcfg/example/Makefile 2012/04/02 14:43:28 1.1.2.1 @@ -0,0 +1,5 @@ +all: + gcc -g -I/usr/local/include -L/usr/local/lib -o test test.c -laitcfg -laitio -laitcrc + +clean: + rm -f *~ *.o test