From 39e386e9dcbe8b5ef762af10354be6d19110776c Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Mon, 20 Dec 2021 18:55:15 -0500 Subject: ves.sh: Turned ves into a function --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3