File:  [ELWIX - Embedded LightWeight unIX -] / libaitwww / example / Makefile
Revision 1.3.4.1: download - view: text, annotated - select for diffs - revision graph
Tue Jul 31 22:58:59 2012 UTC (11 years, 11 months ago) by misho
Branches: www1_3
Diff to: branchpoint 1.3: preferred, unified
fix UT

all:
	gcc -g -I/usr/local/include -I. -L/usr/local/lib -o test test.c -laitio -laitwww
	gcc -g -I/usr/local/include -I. -L/usr/local/lib -o test_url test_url.c -laitio -laitwww

clean:
	rm -f test test_url

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