File:  [ELWIX - Embedded LightWeight unIX -] / libaitwww / example / Makefile
Revision 1.2.2.1: download - view: text, annotated - select for diffs - revision graph
Sat Mar 10 15:21:10 2012 UTC (12 years, 3 months ago) by misho
Branches: www1_1
Diff to: branchpoint 1.2: preferred, unified
added file

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

clean:
	rm -f test test_url

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