File:  [ELWIX - Embedded LightWeight unIX -] / libaitio / example / Makefile
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Fri Sep 10 12:39:41 2010 UTC (13 years, 9 months ago) by misho
Branches: MAIN
CVS tags: io1_4, IO1_3, HEAD
new version 1.3

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

clean:
	rm -f test dir

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