.PHONY: all all: tiff_find .PHONY: clean clean: rm -f tiff_find .PHONY: distclean distclean: clean rm -r tags .PHONY: tags tags: ctags -R tiff_find: tiff_find.c