Add Makefile to generate test data
This commit is contained in:
parent
195a9a5ded
commit
ba70b44e25
1 changed files with 4 additions and 0 deletions
4
Makefile
Normal file
4
Makefile
Normal file
|
@ -0,0 +1,4 @@
|
|||
.PHONY: test-data
|
||||
|
||||
test-data: ## Generate some example tasks
|
||||
for n in $$(seq 10); do task add "Example task $${n}"; done
|
Loading…
Reference in a new issue