aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@inria.fr>2026-03-22 15:38:00 +0100
committerTristan Riehs <tristan.riehs@inria.fr>2026-03-22 15:38:00 +0100
commit98ae2530168d6b7af1ae0fd2d57f7e1a7475d1cc (patch)
treedef210f7220163f0172a1d2331219b67d2a41940
parent2b8df91c994157d9eddbba9977086b6b587a34e4 (diff)
Add clarification regarding config and cache dirs
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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)