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:
parent
0ff93d4fa0
commit
cdc3c09624
@ -1,8 +0,0 @@
|
||||
OUTDIR?=../build/
|
||||
|
||||
xeps=$(wildcard *.xml)
|
||||
|
||||
.PHONY: all
|
||||
all: html
|
||||
|
||||
html: $(patsubst %.xml, $(OUTDIR)/%.html, $(xeps))
|
Loading…
Reference in New Issue
Block a user