File:  [ELWIX - Embedded LightWeight unIX -] / libaitcli / example / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Fri Apr 16 13:20:29 2010 UTC (14 years, 2 months ago) by misho
Branches: start
CVS tags: misho, cli2_1, cli2_0, cli1_0_readlineNET, cli1_0, CLI2_0, CLI1_0
libaitcli AIT CLI API

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

clean:
	rm -f test

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