File:  [ELWIX - Embedded LightWeight unIX -] / libaitcli / example / Makefile
Revision 1.2.6.1: download - view: text, annotated - select for diffs - revision graph
Thu Jan 17 16:07:13 2013 UTC (11 years, 6 months ago) by misho
Branches: cli3_0
Diff to: branchpoint 1.2: preferred, colored
fix UT

all:
	gcc -g -I/usr/local/include -L/usr/local/lib -o test test.c -laitcli -lelwix
	gcc -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>