Module name
[irspy-moved-to-github.git] / bin / Makefile
1 # $Id: Makefile,v 1.3 2007-03-02 12:02:16 mike Exp $
2
3 LIBS = -lyaz -lxml2 -lssl       # Ubuntu Linux 6.06
4
5 setrlimit: setrlimit.c
6         $(CC) -g -O0 -Wall -ansi -pedantic -o $@ $?
7
8 test-zoom-c: test-zoom-c.c
9         $(CC) -g -O0 -Wall -o $@ $? $(LIBS)
10
11 clean:
12         rm -f test-zoom-c
13