Args for complete run.
[irspy-moved-to-github.git] / bin / Makefile
1 # $Id: Makefile,v 1.2 2007-02-27 14:52:40 mike Exp $
2
3 LIBS = -lyaz -lxml2 -lssl       # Ubuntu Linux 6.06
4
5 setrlimit: setrlimit.c
6         $(CC) -g -O0 -Wall -Wdeclaration-after-statement -ansi -pedantic -o $@ $?
7
8 test-zoom-c: test-zoom-c.c
9         $(CC) -g -O0 -Wall -Wdeclaration-after-statement -o $@ $? $(LIBS)
10
11 clean:
12         rm -f test-zoom-c
13