# This makefile tests the SWIG parser itself to make sure it
# doesn't croak.

all::
	@bash make.sh

clean::
	rm -f *_wrap* *.pm *.py *.o *.output *~




