aiken/examples/acceptance_tests/Makefile

6 lines
135 B
Makefile

all:
@for t in $(shell find . -regex ".*[0-9]\{3\}" -type d | sort); do \
cargo run --quiet -- check -d $${t}; \
echo ""; \
done