mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
removed unnecessary install section.
This commit is contained in:
parent
e4893fb0c8
commit
b6c0b2214d
1 changed files with 0 additions and 3 deletions
|
|
@ -50,9 +50,6 @@ 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)/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:
|
||||
mkdir -p $(mkfile_dir_path)/$(BLD)
|
||||
cd $(mkfile_dir_path)/$(BLD)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue