#Hemang Shah
#EECS-370
#EECS ID - hshah1
#10:00-10:50, MTWF
#04/27/2001
#makefile for mp7
#

MYAPP = Kaboom

run : $(MYAPP).class
	java $(MYAPP)
	


