Return to Makefile CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / libaitwww / example |
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