SRCS = Minimatrix.h\
	Minimatrix.m\
	NextMatrix.h\
	NextMatrix.m\
	Piece.h\
	Piece.m\
	ScoreKeeper.h\
	ScoreKeeper.m\
	TetApp.h\
	TetApp.m\
	TetMatrix.h\
	TetMatrix.m\
	Tetris_main.m\
	wraps.h\
	wraps.psw

co:
	co -l $(SRCS)

ci:
	ci -u $(SRCS)
