test:
	./run-tests.sh

clean:
	rm -f tests/*.indent tests/*~ *~

start-emacs:
	emacs -q -l ./oberon2.el -l ./o2-indent.el &
