7 lines
70 B
Makefile
7 lines
70 B
Makefile
########
|
|
# TODO #
|
|
########
|
|
|
|
.PHONY: todo
|
|
todo:
|
|
./script/todo/todo.py
|