TO_NEGATE = extremum funcpoint intersection point root tangent zoom
NEGATED_FILES = $(TO_NEGATE:%=%_.gif)

all: $(NEGATED_FILES)

$(NEGATED_FILES): %_.gif: %.gif
	convert -negate $< $@

clean:
	rm -f *~ $(NEGATED_FILES)
