Files
aiken/examples/acceptance_tests/Makefile
2022-12-14 09:45:25 +01:00

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