File: 
 
[ELWIX - Embedded LightWeight unIX -] / 
libaitcli / 
example / 
Makefile
 Revision 
1.4: 
download - view: 
text, 
annotated - 
select for diffs - 
revision graph
Tue Oct  8 12:04:41 2013 UTC (12 years ago) by 
misho
Branches: 
MAIN
CVS tags: 
cli4_6,
cli4_5,
cli4_4,
cli4_3,
cli4_2,
cli4_1,
cli4_0,
cli3_9,
cli3_8,
cli3_7,
cli3_6,
cli3_5,
cli3_4,
HEAD,
CLI4_5,
CLI4_4,
CLI4_3,
CLI4_2,
CLI4_1,
CLI4_0,
CLI3_9,
CLI3_8,
CLI3_7,
CLI3_6,
CLI3_5,
CLI3_4,
CLI3_3
version 3.3
all:
	cc -g -I/usr/local/include -L/usr/local/lib -o test test.c -laitcli -lelwix
	cc -g -I/usr/local/include -L/usr/local/lib -o tnet tnet.c -laitcli -lelwix
clean:
	rm -f test tnet
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>