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

11 lines
216 B
Makefile

check: check-unit check-functional
check-unit:
build/test_hangman
check-functional:
python3 test-bonus.py test hangman
python3 test-bonus.py test hangman --no-global-config
clean:
rm -rf test-*/*.out_produced