Return to Makefile CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / libaitcfg / example |
version 1.1, 2012/04/02 14:43:28 | version 1.1.2.1, 2012/04/02 14:43:28 |
---|---|
Line 0 | Line 1 |
all: | |
gcc -g -I/usr/local/include -L/usr/local/lib -o test test.c -laitcfg -laitio -laitcrc | |
clean: | |
rm -f *~ *.o test |