

CQUINES= cs2  cself
PQUINES=	self.pl  ss.pl	ss2.pl	ss3.pl	ss4.pl	ss5.pl	ss6.pl
QUINES = $(CQUINES) $(PQUINES)

testc: cs2
	./cs2 | diff -u cs2.c -
