fix: tuples
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
all:
|
||||
@for t in $(shell find . -regex ".*[0-9]\{3\}" -type d | sort); do \
|
||||
aiken check -d $${t}; \
|
||||
cargo run --quiet -- check -d $${t}; \
|
||||
echo ""; \
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user