Skip to content
Snippets Groups Projects
Commit 254c782b authored by David Maus's avatar David Maus
Browse files

Makefile

parent 472de766
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment