mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
fix of separator problem in makefile.
This commit is contained in:
parent
79a9f6ca6b
commit
e4893fb0c8
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue