diff options
| author | Tristan Riehs <tristan.riehs@inria.fr> | 2026-03-22 15:38:00 +0100 |
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@inria.fr> | 2026-03-22 15:38:00 +0100 |
| commit | 98ae2530168d6b7af1ae0fd2d57f7e1a7475d1cc (patch) | |
| tree | def210f7220163f0172a1d2331219b67d2a41940 | |
| parent | 2b8df91c994157d9eddbba9977086b6b587a34e4 (diff) | |
Add clarification regarding config and cache dirs
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |
