JAVA_SRC = Repeaters.java BugA.java BugB.java

all: $(JAVA_SRC)
	$(SWARMHOME)/bin/javacswarm $(JAVA_SRC)

clean: 
	rm -f *.class







