Return to Makefile CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / libaitsess / contrib |
1.1 misho 1: all:
1.2 misho 2: gcc -I/usr/local/include -I. -L. -L/usr/local/lib -g -O2 -o test test.c -laitsess -laitio -lpthread
3: gcc -I/usr/local/include -I. -L. -L/usr/local/lib -g -O2 -o test2 test2.c -laitsess -laitio -lpthread
4:
5: clean:
1.4 ! misho 6: rm -f test test2 *.o *~