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_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: rm -f test test_time test_brut *.o *~