Annotation of libaitsched/example/Makefile, revision 1.2.10.1

1.2       misho       1: all:
                      2:        ${CC} -I/usr/local/include -L/usr/local/lib -o test -O2 -Wall -g test.c -laitsched
1.2.10.1! misho       3:        ${CC} -I/usr/local/include -L/usr/local/lib -o test_time -O2 -Wall -g test_time.c -laitsched
1.2       misho       4: 
                      5: clean:
1.2.10.1! misho       6:        rm -f test test_time *.o *~

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