File:  [ELWIX - Embedded LightWeight unIX -] / libaitcli / example / Makefile
Revision 1.1.1.1.6.1: download - view: text, annotated - select for diffs - revision graph
Wed Mar 16 18:37:15 2011 UTC (13 years, 4 months ago) by misho
Branches: cli2_1
Diff to: branchpoint 1.1.1.1: preferred, colored
added new tnet test

all:
	gcc -g -I../inc -I. -L. -L../lib -L/usr/local/lib -o test test.c -laitcli
	gcc -g -I../inc -I. -L. -L../lib -L/usr/local/lib -o tnet tnet.c -laitcli

clean:
	rm -f test tnet

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