paper-tonic/Makefile

10 lines
130 B
Makefile
Raw Normal View History

2019-05-01 14:37:26 +00:00
VIM_OUTPUTS = $(patsubst %.erb,%.vim,$(wildcard colors/*.erb))
.PHONY: all
all: $(VIM_OUTPUTS)
%.vim: %.erb
erb -T - $< > $@