box-o-sand/math-replay/Makefile

9 lines
106 B
Makefile
Raw Normal View History

2012-04-02 11:42:09 +00:00
ALL := $(patsubst %.haml,%.html,$(shell find . -name '*.haml'))
%.html:%.haml
haml $^ $@
all: $(ALL)