version 1.3, 2012/05/14 12:09:12
|
version 1.3.40.1, 2013/08/26 15:01:07
|
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 |
|
|
clean: |
clean: |
rm -f test test_time *.o *~ | rm -f test test_time test_brut *.o *~ |