File:  [ELWIX - Embedded LightWeight unIX -] / libaitwww / example / Makefile
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Sat Mar 10 00:26:49 2012 UTC (12 years, 3 months ago) by misho
Branches: MAIN
CVS tags: www1_1, WWW1_0, HEAD
version 1.0

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

clean:
	rm -f test

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