This commit is contained in:
Norayr Chilingarian 2022-02-23 02:28:40 +04:00
parent ef20e24cf9
commit 8762f456a6

View file

@ -41,7 +41,7 @@ all: deps
../src/vpkInstaller.Mod \
../src/vipack.Mod -m
deps: $(mkfile_dir_path)/$(DPS)/Internet $(mkfile_dir_path)/$(DPS)/lists $(mkfile_dir_path)/$(DPS)/opts $(mkfile_dir_path)/$(DPS)/time
deps:
mkdir -p $(mkfile_dir_path)/$(DPS)
cd $(mkfile_dir_path)/$(DPS)
test ! -d Internet && git clone https://github.com/norayr/Internet