mirror of
https://github.com/mfocko/blog.git
synced 2024-11-10 08:19:07 +01:00
11 lines
214 B
Makefile
11 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
|