
readme:
	less README.txt

clean:
	@cd P1 ; make clean
	@cd P2 ; make clean
	@cd P3 ; make clean
