Return to Makefile CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / libaitsched / example |
version 1.1, 2011/08/12 23:06:55 | version 1.2, 2011/10/04 12:34:33 |
---|---|
Line 0 | Line 1 |
all: | |
${CC} -I/usr/local/include -L/usr/local/lib -o test -O2 -Wall -g test.c -laitsched | |
clean: | |
rm -f test *.o *~ |