diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..98c3334 --- /dev/null +++ b/Makefile @@ -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