fix of separator problem in makefile.

This commit is contained in:
Norayr Chilingarian 2022-03-31 01:33:50 +04:00
parent 79a9f6ca6b
commit e4893fb0c8

View file

@ -51,7 +51,7 @@ deps:
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/
cp $(mkfile_dir_path)/$(BLD)/vipack /usr/local/bin/
tests:
mkdir -p $(mkfile_dir_path)/$(BLD)