blog/files/pb071/bonuses/08/Makefile
2023-09-07 17:53:23 +00:00

10 lines
214 B
Makefile

check-counting:
python3 test-bonus.py test counting
check-counting-bonus:
python3 test-bonus.py test counting --no-global-config
check: check-counting check-counting-bonus
clean:
rm -rf test-*/*.out_produced