X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=bin%2FMakefile;h=6231cc9a304ba670475f8e2179d1ff1eccdf6cd3;hp=a67aaace6e1a4f7fddefaf91ed669b246beb08c2;hb=795856a1d031d896ba64180640d5102837c28fd9;hpb=3c4477e7a38ce6badda0cd3a1242c090fa128022 diff --git a/bin/Makefile b/bin/Makefile index a67aaac..6231cc9 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,12 +1,12 @@ -# $Id: Makefile,v 1.2 2007-02-27 14:52:40 mike Exp $ +# $Id: Makefile,v 1.3 2007-03-02 12:02:16 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