File:  [ELWIX - Embedded LightWeight unIX -] / libaitcli / example / Makefile
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Sun May 29 22:49:25 2011 UTC (13 years, 1 month ago) by misho
Branches: MAIN
CVS tags: cli3_0, cli2_3, cli2_2, HEAD, CLI2_3, CLI2_2, CLI2_1
2.1

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>