agendafs
A filesystem for your calendar.
git clone git://mccd.space/agendafs| Log | Files | Refs | README | LICENSE | Mail | Website |
commit e5ac13a4b7e6bf2a8d9f77ca5c3322b2537d2b92 parent 107fc9808b911f551354fb501a945e8a824dbddc Author: Marc Coquand <marc@coquand.email> Date: Wed, 9 Jul 2025 23:46:51 +0200 gcc optional in Makefile Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -CC = gcc +CC ?= gcc CFLAGS = -Wall -O3 CFLAGS_DEBUG = -Wall -g LIBS = `pkg-config uuid fuse3 libical --cflags --libs`