X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=bin%2FMakefile;h=076ef6699a49d6e841b194b6729c8c9dc97b5437;hp=dddcf13df9b90f517c638e0765558ed9aa88e3cb;hb=7cfd357a4adad76aa368d2198f3756c83e86a708;hpb=28779fe90730c06d4b721a0a71300220ade6aafc diff --git a/bin/Makefile b/bin/Makefile index dddcf13..076ef66 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,9 +1,11 @@ -# $Id: Makefile,v 1.1 2006-07-19 16:29:14 mike Exp $ LIBS = -lyaz -lxml2 -lssl # Ubuntu Linux 6.06 +setrlimit: setrlimit.c + $(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