all: mal.hy

mal.hy: stepA_mal.hy
	cp $< $@

clean:
	rm -f mal.hy *.pyc
