ALL := $(patsubst %.haml,%.html,$(shell find . -name '*.haml')) %.html:%.haml haml $^ $@ all: $(ALL)