FILTER = index.html test.html 404.html PAGES = $(sort $(filter-out $(FILTER), $(wildcard *.html)))
.PHONY: all first second third all: first second third echo $(word 2,$^)