--- libaitsched/example/Makefile 2011/10/04 12:34:33 1.2 +++ libaitsched/example/Makefile 2012/05/14 12:09:12 1.3 @@ -1,5 +1,6 @@ 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 clean: - rm -f test *.o *~ + rm -f test test_time *.o *~