_config: getconfig
	./getconfig

pull:
	git submodule foreach git pull --ff-only

.PHONY: pull