blog/files/pb071/bonuses/08/Makefile

11 lines
214 B
Makefile
Raw Normal View History

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