File:  [ELWIX - Embedded LightWeight unIX -] / libaitcli / example / Makefile
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Thu May 30 09:16:42 2013 UTC (11 years, 1 month ago) by misho
Branches: MAIN
CVS tags: cli3_3, cli3_2, cli3_1, HEAD, CLI3_2, CLI3_1, CLI3_0
version 3.0

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>