Skip to content

Commit

Permalink
fix BENTO_BIN in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Mar 7, 2020
1 parent 977b99f commit 84d389d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ GIT_ROOT := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
DOCS_ROOT := $(GIT_ROOT)/docs
HTML_ROOT := $(DOCS_ROOT)/build/html
VENV_ROOT := $(GIT_ROOT)/.venv
VENV ?= $(VENV_ROOT)
BENTO_BIN := $(VENV)/bin/bento
DOCS_INDEX := $(HTML_ROOT)/index.html
BENTO_EMAIL := gabriel@nacaolivre.org
export VENV ?= $(VENV_ROOT)

export VENV



Expand Down

0 comments on commit 84d389d

Please sign in to comment.