File:  [ELWIX - Embedded LightWeight unIX -] / libaitwww / example / Makefile
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Fri Mar 9 09:38:55 2012 UTC (12 years, 3 months ago) by misho
Branches: www1_0
fix bug into www_initCGI()
fix issues founded by LLVM static code analyzer
add UT

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

clean:
	rm -f test

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