mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
got rid of submodules, because anonymous downloads of submodules is not
allowed via ssh.
This commit is contained in:
parent
f904807696
commit
3fed58c9e0
6 changed files with 9 additions and 20 deletions
10
makefile
10
makefile
|
|
@ -7,9 +7,11 @@ BLD := $(mkfile_dir_path)/build
|
|||
VOC = voc
|
||||
VERSION_FILE = ./VersionFile.json
|
||||
BLD = build
|
||||
DPS = dps
|
||||
VIPACK = vipack
|
||||
|
||||
all:
|
||||
|
||||
all: fetch_deps
|
||||
#git submodule init
|
||||
#git submodule update
|
||||
mkdir -p $(build_dir_path)
|
||||
|
|
@ -39,6 +41,12 @@ all:
|
|||
../src/vpkInstaller.Mod \
|
||||
../src/vipack.Mod -m
|
||||
|
||||
fetch_deps:
|
||||
cd $(DPS) && git clone https://github.com/norayr/Internet
|
||||
cd $(DPS) && git clone https://github.com/norayr/lists
|
||||
cd $(DPS) && git clone https://github.com/norayr/opts
|
||||
cd $(DPS) && git clone https://github.com/norayr/time
|
||||
|
||||
tests:
|
||||
mkdir -p $(BLD)
|
||||
cd $(BLD) && $(VOC) -s ../src/unix/vpkFiles.Mod ../tst/testFiles.Mod -m
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue