makefile, default tree path.

This commit is contained in:
Norayr Chilingarian 2024-01-15 21:39:37 +04:00
parent 2c598e394f
commit e26040431f
3 changed files with 70 additions and 59 deletions

View file

@ -19,8 +19,8 @@ CONST
rmtTreeKey* = "path";
rmtTreeBranchKey* = "branch";
bldType* = "Build";
(*defTreeVal* = "https://github.com/vishaps/vipackTree";*)
defTreeVal* = "git@github.com:vishaps/vipackTree";
defTreeVal* = "https://github.com/vishaps/vipackTree";
(*defTreeVal* = "git@github.com:vishaps/vipackTree";*)
confTreeVal* = defTreeVal;
defTypVal* = rmtTypGitVal;