reading tmp dirname

This commit is contained in:
bronku 2025-10-16 16:59:29 +02:00
parent dc96712a2d
commit c9f60d7ca0
3 changed files with 27 additions and 13 deletions

View file

@ -16,7 +16,7 @@ tests:
mkdir -p tests
clean:
rm -rf build tests
rm -rf build tests tmp
run: build/main tests/1.in
build/main -f tests/1.in | less