X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=bin%2FMakefile;fp=bin%2FMakefile;h=a67aaace6e1a4f7fddefaf91ed669b246beb08c2;hp=dddcf13df9b90f517c638e0765558ed9aa88e3cb;hb=d07f8c12a3e6bacbb0f83f72e1b792d3b991c7b0;hpb=621eef6a8feb129febd61cbeaf358d99c82eec47 diff --git a/bin/Makefile b/bin/Makefile index dddcf13..a67aaac 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,7 +1,10 @@ -# $Id: Makefile,v 1.1 2006-07-19 16:29:14 mike Exp $ +# $Id: Makefile,v 1.2 2007-02-27 14:52:40 mike Exp $ LIBS = -lyaz -lxml2 -lssl # Ubuntu Linux 6.06 +setrlimit: setrlimit.c + $(CC) -g -O0 -Wall -Wdeclaration-after-statement -ansi -pedantic -o $@ $? + test-zoom-c: test-zoom-c.c $(CC) -g -O0 -Wall -Wdeclaration-after-statement -o $@ $? $(LIBS)