

test:
	PYTHONPATH=.. python regress.py


rebuild:
	PYTHONPATH=.. python regress.py -r
	

clean:
	rm -f *.err
