4 lines
122 B
Makefile
4 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
|