taskwarrior.el/Makefile
2019-09-02 22:17:46 +02:00

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