Return to Makefile CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / libaitsched / example |
version 1.2, 2011/10/04 12:34:33 | version 1.2.10.1, 2012/05/10 14:30:31 |
---|---|
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 | |
clean: | clean: |
rm -f test *.o *~ | rm -f test test_time *.o *~ |