--- libaitsched/example/Makefile 2011/08/12 23:06:55 1.1 +++ libaitsched/example/Makefile 2011/10/04 12:34:33 1.2 @@ -0,0 +1,5 @@ +all: + ${CC} -I/usr/local/include -L/usr/local/lib -o test -O2 -Wall -g test.c -laitsched + +clean: + rm -f test *.o *~