box-o-sand/math-replay/Makefile
2012-04-02 07:42:09 -04:00

9 lines
106 B
Makefile

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