hivedav

A curlable free/busy scheduler with CalDAV integration
git clone https://git.in0rdr.ch/hivedav.git
Log | Files | Refs | Pull requests | README | LICENSE

commit 4ce7bb45e83a28081a5ffc563341bb2354e53f65
parent 0b48ca605745fd247e239cbf17f8523592eae24f
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Wed, 16 Aug 2023 00:21:40 +0200

feat(Makefile): clean coverage report

Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -12,6 +12,7 @@ all: hivedav .PHONY: clean clean: $(GO) clean + rm coverage.out .PHONY: fmt fmt: