agendafs

A filesystem for your calendar.

git clone git://mccd.space/agendafs
commit 24863650443d3395360eb8f7c57c68177db96984
parent c175455106cd021082b9680c63af7999e5746ce2
Author: Marc Coquand <marc@coquand.email>
Date:   Fri, 15 Aug 2025 13:27:04 +0200

Remove dir on make clean

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -18,7 +18,7 @@ debug: main.c path.c util.c hashmap.c agenda_entry.c tree.c
 	$(CC) $(CFLAGS_DEBUG) *.c -o $(OUTDIR)/mount_agendafs_debug.o $(LIBS)
 
 clean:
-	rm -f $(OUTDIR)
+	rm -rf $(OUTDIR)
 
 manpages:
 	scdoc < agendafs.8.scd > $(OUTDIR)/agendafs.8