Annotation of libaitio/example/Makefile, revision 1.2.2.1

1.1       misho       1: all:
                      2:        gcc -g -I../inc -I. -L. -L../lib -o test test.c -laitio
1.2       misho       3:        gcc -g -I../inc -I. -L. -L../lib -o dir dir.c -laitio
1.2.2.1 ! misho       4:        gcc -g -I../inc -I. -L. -L../lib -o astvar astvar.c -laitio
1.1       misho       5: 
                      6: clean:
1.2.2.1 ! misho       7:        rm -f test dir astvar

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