mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
makefile, default tree path.
This commit is contained in:
parent
2c598e394f
commit
e26040431f
3 changed files with 70 additions and 59 deletions
|
|
@ -3,6 +3,8 @@ DEPEND = github.com/norayr/lists github.com/norayr/Internet github.com/norayr/op
|
|||
VOC = /opt/voc/bin/voc
|
||||
mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST)))
|
||||
mkfile_dir_path := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
$(info $$mkfile_path is [${mkfile_path}])
|
||||
$(info $$mkfile_dir_path is [${mkfile_dir_path}])
|
||||
ifndef BUILD
|
||||
BUILD="build"
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue