From 25c7723c0731b2db4b8a44eedce858c1bc3bcb94 Mon Sep 17 00:00:00 2001 From: David Maus <maus@hab.de> Date: Tue, 6 Aug 2019 12:24:28 +0200 Subject: [PATCH] Makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e95b79b --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +.PHONY: test +test: + xspec.cmd -s test/schema/diglib.xspec + xspec.cmd test/xslt/mets.xspec -- GitLab