advent.unl: *.scm
	gosh advent.scm

test:
	gosh test.scm

clean:
	rm -f *.unlo advent.unl
