mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-06 04:52:26 +00:00
test.
This commit is contained in:
parent
85b5c0a00f
commit
ef20e24cf9
1 changed files with 5 additions and 21 deletions
26
makefile
26
makefile
|
|
@ -43,27 +43,11 @@ all: deps
|
||||||
|
|
||||||
deps: $(mkfile_dir_path)/$(DPS)/Internet $(mkfile_dir_path)/$(DPS)/lists $(mkfile_dir_path)/$(DPS)/opts $(mkfile_dir_path)/$(DPS)/time
|
deps: $(mkfile_dir_path)/$(DPS)/Internet $(mkfile_dir_path)/$(DPS)/lists $(mkfile_dir_path)/$(DPS)/opts $(mkfile_dir_path)/$(DPS)/time
|
||||||
mkdir -p $(mkfile_dir_path)/$(DPS)
|
mkdir -p $(mkfile_dir_path)/$(DPS)
|
||||||
cd $$(mkfile_dir_path)/(DPS)
|
cd $(mkfile_dir_path)/$(DPS)
|
||||||
ifneq "$(wildcard Internet )" ""
|
test ! -d Internet && git clone https://github.com/norayr/Internet
|
||||||
cd Internet && git pull && cd ..
|
test ! -d lists && git clone https://github.com/norayr/lists
|
||||||
else
|
test ! -d opts && git clone https://github.com/norayr/opts
|
||||||
git clone https://github.com/norayr/Internet
|
test ! -d time && git clone https://github.com/norayr/time
|
||||||
endif
|
|
||||||
ifneq "$(wildcard lists )" ""
|
|
||||||
cd lists && git pull && cd ..
|
|
||||||
else
|
|
||||||
git clone https://github.com/norayr/lists
|
|
||||||
endif
|
|
||||||
ifneq "$(wildcard opts )" ""
|
|
||||||
cd opts && git pull && cd ..
|
|
||||||
else
|
|
||||||
git clone https://github.com/norayr/opts
|
|
||||||
endif
|
|
||||||
ifneq "$(wildcard time )" ""
|
|
||||||
cd time && git pull && cd ..
|
|
||||||
else
|
|
||||||
git clone https://github.com/norayr/Internet
|
|
||||||
endif
|
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
mkdir -p $(mkfile_dir_path)/$(BLD)
|
mkdir -p $(mkfile_dir_path)/$(BLD)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue