File:  [ELWIX - Embedded LightWeight unIX -] / libaitsess / contrib / Makefile
Revision 1.4.4.1: download - view: text, annotated - select for diffs - revision graph
Thu Jan 17 13:56:11 2013 UTC (11 years, 5 months ago) by misho
Branches: sess4_0
Diff to: branchpoint 1.4: preferred, unified
lib

    1: all:
    2: 	gcc -I/usr/local/include -I. -L. -L/usr/local/lib -g -O2 -o test test.c -laitsess -lelwix -lpthread
    3: 	gcc -I/usr/local/include -I. -L. -L/usr/local/lib -g -O2 -o test2 test2.c -laitsess -lelwix -lpthread
    4: 
    5: clean:
    6: 	rm -f test test2 *.o *~

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>