# Build testing makefile for C programs

all::
	@sh make.sh

clean::
	rm -f *_wrap* *.o *.so *.pm *.py *~ example shapes *~ core

nuke::
	rm -f *_wrap* *.o *.so *.pm *.py *~ example shapes *~ core *.output


