5 lines
56 B
Makefile
5 lines
56 B
Makefile
|
|
.PHONY: check
|
||
|
|
|
||
|
|
check:
|
||
|
|
python3 scripts/check-entries.py
|