From 254c782b75174c3de341256459e52bf2b543b4e2 Mon Sep 17 00:00:00 2001
From: David Maus <maus@hab.de>
Date: Thu, 19 Apr 2018 14:34:19 +0200
Subject: [PATCH] Makefile

---
 Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Makefile b/Makefile
index 88d26df57..7300c1df2 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,10 @@ RM    := rm -f
 test/schema/%.rnc: src/schema/%.rnc
 	$(COPY) $< $@
 
+.PHONY: server
+server:
+	php -S 127.0.0.1:9999 -t public
+
 .PHONY: test
 test: copy-schema test/schema/common.sch test/schema/common.xspec test/schema/vocab.sch test/schema/vocab.xspec
 	$(XSPEC) -s test/schema/common.xspec
-- 
GitLab