projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
300c754
)
Instructions for building setrlimit
author
Mike Taylor
<mike@indexdata.com>
Tue, 27 Feb 2007 14:52:40 +0000
(14:52 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Tue, 27 Feb 2007 14:52:40 +0000
(14:52 +0000)
bin/Makefile
patch
|
blob
|
history
diff --git
a/bin/Makefile
b/bin/Makefile
index
dddcf13
..
a67aaac
100644
(file)
--- 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)