From 8762f456a625d12773d624d3b320a3815eca52de Mon Sep 17 00:00:00 2001 From: Norayr Chilingarian Date: Wed, 23 Feb 2022 02:28:40 +0400 Subject: [PATCH] test --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 827b3c6..95e8f9e 100644 --- a/makefile +++ b/makefile @@ -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