mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 12:32:25 +00:00
changed assumed full path of voc to just voc.
https://github.com/vishapoberon/vipack/issues/3
This commit is contained in:
parent
7278ee3f52
commit
0302a1da2b
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
DEPEND = github.com/norayr/strutils github.com/norayr/base64 github.com/norayr/dbg github.com/norayr/Internet github.com/norayr/http github.com/norayr/mbedtls github.com/norayr/lists github.com/norayr/opts github.com/norayr/skprLogger codeberg.org/sts-q/vishaps-ssqJson
|
||||
|
||||
VOC = /opt/voc/bin/voc
|
||||
VOC = voc
|
||||
mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST)))
|
||||
mkfile_dir_path := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
$(info $$mkfile_path is [${mkfile_path}])
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -1,7 +1,7 @@
|
|||
.POSIX:
|
||||
DEPEND = github.com/norayr/lists github.com/norayr/Internet github.com/norayr/opts github.com/norayr/skprLogger github.com/norayr/skprJson
|
||||
|
||||
VOC = /opt/voc/bin/voc
|
||||
VOC = voc
|
||||
#mkfile_path = $(abspath $(lastword $(MAKEFILE_LIST)))
|
||||
#mkfile_dir_path = $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
#mkfile_path = $(abspath $(lastword $(MAKEFILE_LIST)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue