From 98ae2530168d6b7af1ae0fd2d57f7e1a7475d1cc Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Sun, 22 Mar 2026 15:38:00 +0100 Subject: Add clarification regarding config and cache dirs --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 64c22fa..3d78e67 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,9 @@ $(PROG): make -C src mv src/$(PROG) ./ +# Create cache and config directories at compile time since they will be used by +# the user who compiled ftag +# TODO: create this directories from "ftag init" mkdir -p $(FTAG_CACHE_DIR) mkdir -p $(FTAG_CONFIG_DIR) -- cgit v1.2.3