taskwarrior.el/Makefile

5 lines
122 B
Makefile
Raw Normal View History

2019-09-02 22:17:46 +02:00
.PHONY: test-data
test-data: ## Generate some example tasks
for n in $$(seq 10); do task add "Example task $${n}"; done