This commit is contained in:
a 2024-05-01 19:52:15 -05:00
parent a5ce8204d8
commit 4c479241d9
Signed by: a
GPG Key ID: 374BC539FE795AF0
1 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@
SOURCES_LIBS:=$(shell find lib -type f)
SOURCES_SRC:=$(shell find src -type f )
INSTALL_PATH:= $(shell echo ${HOME}/repo/.bin)
REPOTOOL_PATH ?= ${HOME}/repo
all: repotool
install: repotool
mkdir -p ${INSTALL_PATH}
install repotool repotool.zsh repotool.plugin.zsh ${INSTALL_PATH}
mkdir -p ${REPOTOOL_PATH}/.bin/
install repotool repotool.zsh repotool.plugin.zsh ${REPOTOOL_PATH}/.bin/
src/lib/repotool/stdlib.sh: $(SOURCES_LIBS)