X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=bin%2FMakefile;h=076ef6699a49d6e841b194b6729c8c9dc97b5437;hp=a67aaace6e1a4f7fddefaf91ed669b246beb08c2;hb=51263462a77dba19f5913881429b92833072286f;hpb=d07f8c12a3e6bacbb0f83f72e1b792d3b991c7b0;ds=sidebyside diff --git a/bin/Makefile b/bin/Makefile index a67aaac..076ef66 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,12 +1,11 @@ -# $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 $@ $? + $(CC) -g -O0 -Wall -ansi -pedantic -o $@ $? test-zoom-c: test-zoom-c.c - $(CC) -g -O0 -Wall -Wdeclaration-after-statement -o $@ $? $(LIBS) + $(CC) -g -O0 -Wall -o $@ $? $(LIBS) clean: rm -f test-zoom-c