Better initial search.
[irspy-moved-to-github.git] / bin / Makefile
1
2 LIBS = -lyaz -lxml2 -lssl       # Ubuntu Linux 6.06
3
4 setrlimit: setrlimit.c
5         $(CC) -g -O0 -Wall -ansi -pedantic -o $@ $?
6
7 test-zoom-c: test-zoom-c.c
8         $(CC) -g -O0 -Wall -o $@ $? $(LIBS)
9
10 clean:
11         rm -f test-zoom-c
12