1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-11-24 02:02:16 -05:00

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

View File

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