mathjax wins
This commit is contained in:
8
math-replay/Makefile
Normal file
8
math-replay/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
ALL := $(patsubst %.haml,%.html,$(shell find . -name '*.haml'))
|
||||
|
||||
|
||||
%.html:%.haml
|
||||
haml $^ $@
|
||||
|
||||
|
||||
all: $(ALL)
|
Reference in New Issue
Block a user