File:  [ELWIX - Embedded LightWeight unIX -] / libaitsess / contrib / Makefile
Revision 1.1.1.1.6.2: download - view: text, annotated - select for diffs - revision graph
Wed Sep 7 21:37:23 2011 UTC (13 years ago) by misho
Branches: sess3_0
Diff to: branchpoint 1.1.1.1: preferred, colored
fix param

all:
	gcc -I/usr/local/include -I. -L. -L/usr/local/lib -g -O2 -o test test.c -laitsess -laitio -lpthread
	gcc -I/usr/local/include -I. -L. -L/usr/local/lib -g -O2 -o test2 test2.c -laitsess -laitio -lpthread

clean:
	rm -f test test2 *.o *~

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