blog/files/c/bonuses/08/Makefile
github-actions[bot] 34fc48031b deploy: 2fb4765b1f
2023-11-24 15:55:55 +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