SCHEMA = editor.xsd
XML_FILES = $(wildcard *.xml)

test:
	xmllint --schema editor.xsd --noout $(XML_FILES)

