# These targets are not files
.PHONY: tests

tests:
	./bin/test
