make: copy
	javac *.java
	java BattleSweeper
	
copy:
	\cp /p/course/cs302/public/html/programs/p4/puzzles/puzzle*.txt .

	
clean:
	\rm -f *.class
