Remove Makefile which should never have been there

This commit is contained in:
Jonas Wielicki 2017-08-23 16:55:14 +02:00
parent 0ff93d4fa0
commit cdc3c09624
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
OUTDIR?=../build/
xeps=$(wildcard *.xml)
.PHONY: all
all: html
html: $(patsubst %.xml, $(OUTDIR)/%.html, $(xeps))