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 c9bd67ad179f85b2d02e1f0030aad53b5cb929d7
parent d6f9ef376e9c1665a81707549b9e9acb9cf75d06
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Sun,  3 Sep 2023 11:26:12 +0200

feat(Makefile): force remove coverage report

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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