5 lines
122 B
Makefile
5 lines
122 B
Makefile
|
.PHONY: test-data
|
||
|
|
||
|
test-data: ## Generate some example tasks
|
||
|
for n in $$(seq 10); do task add "Example task $${n}"; done
|