diff --git a/Makefile b/Makefile index 88d26df5788789a2f32a2dd674cd32e35d509472..7300c1df2c4887b05719e55fa2eb7aa8ad5ab1dd 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