.PHONY: all examples tests valgrind clean docs

all tests examples valgrind clean docs:
	${MAKE} -C scripts $@
