Diff for /libaitsched/example/Makefile between versions 1.3 and 1.5

version 1.3, 2012/05/14 12:09:12 version 1.5, 2014/01/28 13:17:33
Line 1 Line 1
 all:  all:
         ${CC} -I/usr/local/include -L/usr/local/lib -o test -O2 -Wall -g test.c -laitsched          ${CC} -I/usr/local/include -L/usr/local/lib -o test -O2 -Wall -g test.c -laitsched
         ${CC} -I/usr/local/include -L/usr/local/lib -o test_time -O2 -Wall -g test_time.c -laitsched          ${CC} -I/usr/local/include -L/usr/local/lib -o test_time -O2 -Wall -g test_time.c -laitsched
           ${CC} -I/usr/local/include -L/usr/local/lib -o test_brut -O2 -Wall -g test_brut.c -laitsched
           ${CC} -I/usr/local/include -L/usr/local/lib -o test_basic -O2 -Wall -g test_basic.c -laitsched
   
 clean:  clean:
        rm -f test test_time *.o *~        rm -f test test_time test_brut test_basic *.o *~

Removed from v.1.3  
changed lines
  Added in v.1.5


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