diff --git a/GNUmakefile b/GNUmakefile index c4f618d..bb0711b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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}]) diff --git a/Makefile b/Makefile index ddd6d85..dab4e90 100644 --- a/Makefile +++ b/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)))