1Installation:
2
3	make
4	make install (as root)
5
6
7For more detailed instructions see the file README.
8
9
10Possible Makefile targets:
11
12make, make all:		builds everything
13make tornado.6:		builds just the manpage
14make tornado:		only the binary
15make debug:		build a binary with debug code
16make static:		build the binary static
17make clean:		deletes all object files and the binary
18make new:		make clean, make all
19make install:		installs binary and manpage in $(PREFIX)
20make uninstall:		removes them from $(PREFIX)
21