Skip to content

Commit

Permalink
GNUmakefile: make all - help
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyMcMillan committed Mar 7, 2023
1 parent 957bb0b commit 7212f37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,8 @@ LINUX_TARGET_DIR:=/root/$(PROJECT_NAME)
export ORIGIN_DIR
export TARGET_DIR

all: initialize init install-cluster install## all
.ONESHELL:
all: initialize init install## all
.PHONY: venv
venv:## create python3 virtualenv .venv
test -d .venv || $(PYTHON3) -m virtualenv .venv
Expand Down

0 comments on commit 7212f37

Please sign in to comment.