#
# Makefile
#

regtest:
	./test.sh all

clean:
	@rm -f *.new test?.lis error1.rsc error1.rsg
