remove stale $Id$
[irspy-moved-to-github.git] / bin / Makefile
index dddcf13..076ef66 100644 (file)
@@ -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
 
 
 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
 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
 
 clean:
        rm -f test-zoom-c