Skip to content

Commit

Permalink
changed assumed full path of voc to just voc.
Browse files Browse the repository at this point in the history
  • Loading branch information
norayr committed Oct 1, 2024
1 parent 7278ee3 commit 0302a1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
@@ -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}])
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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)))
Expand Down

0 comments on commit 0302a1d

Please sign in to comment.