diff options
| -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) |
