to install as root:

   ./configure; make install

or to install on a per user basis:

   ./configure; make install_home

to uninstall:

   make uninstall
or
   make -f Makefile.in remove

from ./configure --help:

--enable and --with options recognized:
  --enable-wall        compile with -ansi -pedantic -Wall -Werror
  --enable-debug       compile with -g -DDEBUG

other stuff you can make:

make:
		compile standard wipe binary w/ -O3

make install:
		you must be root to run this. this will install all man pages
		and put the compiled and stripped wipe binary in /usr/local/bin

make install_home:
		install wipe for personal use in ~/bin/. does not install man
		pages.

make info:
		display file info and link data for wipe binary.

make clean:
		clean binaries from source tree.

see README and LICENSE for more information.
