Used for pattern matching strings.

  • % can match zero or more characters
%.txt : %.html
	lynx -dump $< > $@