# 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




syntax highlighted by Code2HTML, v. 0.9.1