--- libaitwww/example/Makefile 2012/03/09 09:38:55 1.1 +++ libaitwww/example/Makefile 2012/03/10 00:26:49 1.2 @@ -0,0 +1,5 @@ +all: + gcc -g -I../inc -I. -L. -L../lib -o test test.c -laitwww + +clean: + rm -f test