mirror of
https://github.com/mfocko/blog.git
synced 2025-01-04 10:41:27 +01:00
10 lines
214 B
Makefile
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
|