xeps/inbox/Makefile

9 lines
117 B
Makefile
Raw Normal View History

2017-08-23 07:20:46 -04:00
OUTDIR?=../build/
xeps=$(wildcard *.xml)
.PHONY: all
all: html
html: $(patsubst %.xml, $(OUTDIR)/%.html, $(xeps))