all:
	aclocal -I m4 && autoconf && ./configure

clean:
	rm -rf pruner.py autom4te.cache aclocal.m4 config.log config.status configure
