aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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)