Files
aiken/examples/acceptance_tests/Makefile
KtorZ 39f5d1a86d Make build, check and docs target directory an (optional) argument
Instead of being an option. Feels more natural that way.
2022-12-23 20:23:27 +01:00

6 lines
132 B
Makefile

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