diff --git a/inbox/Makefile b/inbox/Makefile deleted file mode 100644 index 2e27a1f6..00000000 --- a/inbox/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -OUTDIR?=../build/ - -xeps=$(wildcard *.xml) - -.PHONY: all -all: html - -html: $(patsubst %.xml, $(OUTDIR)/%.html, $(xeps))