Annotation of libaitwww/example/Makefile, revision 1.3

1.2       misho       1: all:
                      2:        gcc -g -I../inc -I. -L. -L../lib -o test test.c -laitwww
1.3     ! misho       3:        gcc -g -I../inc -I. -L. -L../lib -o test_url test_url.c -laitwww
1.2       misho       4: 
                      5: clean:
1.3     ! misho       6:        rm -f test test_url

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>