# GNUstep makefile

validate-wox:
	xmllint --noout *.wox

all :: validate-wox

install :: all

clean ::

distclean :: clean
