JAVAFLAGS+=-Xlint:deprecation -Xlint:unchecked -g all: MandelState.class MandelRenderer.class ImagePanel.class FractalExplorer.class %.class: %.java javac $(JAVAFLAGS) $< clean: $(RM) *.class *~ run: all appletviewer test.html