mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-06 04:52:26 +00:00
build statically, and install section.
This commit is contained in:
parent
e518663930
commit
79a9f6ca6b
1 changed files with 4 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ all: deps
|
||||||
../src/vpkResolver.Mod \
|
../src/vpkResolver.Mod \
|
||||||
../src/vpkJsonDepRetriever.Mod \
|
../src/vpkJsonDepRetriever.Mod \
|
||||||
../src/vpkInstaller.Mod \
|
../src/vpkInstaller.Mod \
|
||||||
../src/vipack.Mod -m
|
../src/vipack.Mod -M
|
||||||
|
|
||||||
deps:
|
deps:
|
||||||
mkdir -p $(mkfile_dir_path)/$(DPS)
|
mkdir -p $(mkfile_dir_path)/$(DPS)
|
||||||
|
|
@ -50,6 +50,9 @@ deps:
|
||||||
if [ -d $(DPS)/opts ]; then cd $(DPS)/opts; git pull; cd -; else cd $(DPS); git clone https://github.com/norayr/opts; cd -; fi
|
if [ -d $(DPS)/opts ]; then cd $(DPS)/opts; git pull; cd -; else cd $(DPS); git clone https://github.com/norayr/opts; cd -; fi
|
||||||
if [ -d $(DPS)/time ]; then cd $(DPS)/time; git pull; cd -; else cd $(DPS); git clone https://github.com/norayr/time; cd -; fi
|
if [ -d $(DPS)/time ]; then cd $(DPS)/time; git pull; cd -; else cd $(DPS); git clone https://github.com/norayr/time; cd -; fi
|
||||||
|
|
||||||
|
install:
|
||||||
|
cp $(mkfile_dir_path)/$(BLD)/vipack /usr/local/bin/
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
mkdir -p $(mkfile_dir_path)/$(BLD)
|
mkdir -p $(mkfile_dir_path)/$(BLD)
|
||||||
cd $(mkfile_dir_path)/$(BLD)
|
cd $(mkfile_dir_path)/$(BLD)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue