removed unnecessary install section.

This commit is contained in:
Norayr Chilingarian 2022-03-31 01:44:19 +04:00
parent e4893fb0c8
commit b6c0b2214d

View file

@ -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)