aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDouglas Rumbaugh <doug@douglasrumbaugh.com>2021-12-20 18:55:15 -0500
committerDouglas Rumbaugh <doug@douglasrumbaugh.com>2021-12-20 18:56:45 -0500
commit39e386e9dcbe8b5ef762af10354be6d19110776c (patch)
tree8b6ff4b7f8474cd53b27dddf9529b810a92812a0 /Makefile
parent1f96ab1edf18b54578db177921f9d096c913e343 (diff)
downloadsh-ves-39e386e9dcbe8b5ef762af10354be6d19110776c.tar.gz
ves.sh: Turned ves into a function
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d55de6e..6239d48 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,10 @@ endif
BIN_DIR=$(HOME)/.local/bin
+# TODO: ves needs to be installed as a function in the user's
+# shell. This will require making updates to their configuration
+# file as part of the install process, which will require a bit
+# of extra work.
install:
- test -d $(DATA_DIR)/ves/bin || mkdir -p $(DATA_DIR)/ves/bin
- test -d $(DATA_DIR)/ves/lib || mkdir -p $(DATA_DIR)/ves/lib