.PHONY: check clean

check:	stand-alone
	./test.sh

stand-alone:
	cp -a rep/simple-item stand-alone
	../coma.sh install stand-alone/cm/

clean:
	rm -rf work
	rm -rf cvsroot
	rm -rf stand-alone
