all: wrapper

# Rebuild the wrapper.
# This may be necessary due to sync problems between versions of SWIG and the C++ compiler.
wrapper:
	swig -python -c++ guitest.i


