File:  [ELWIX - Embedded LightWeight unIX -] / libaitio / example / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 23 22:54:52 2010 UTC (14 years, 4 months ago) by misho
Branches: start
CVS tags: misho, io1_3, io1_2, io1_1, io1_0, IO1_1, IO1_0
libaitio for I/O console operations

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

clean:
	rm -f test

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