Skip to content

Commit de6cc1c

Browse files
committed
Fix minor makefile bug
1 parent fec5e6d commit de6cc1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/common.Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ $(REPO_BASE_DIR)/.venv/bin/activate:
274274
$(REPO_BASE_DIR)/.venv/bin/pip3 install --upgrade pip wheel setuptools
275275
$(REPO_BASE_DIR)/.venv/bin/pip3 install jinja2 j2cli[yaml] typer
276276
@echo "To activate the venv, execute 'source $(REPO_BASE_DIR)/.venv/bin/activate'"
277-
PHONY: .venv
277+
.PHONY: .venv
278278
.venv: $(REPO_BASE_DIR)/.venv/bin/activate ## Creates a python virtual environment with dev tools (pip, pylint, ...)
279279
.PHONY: venv
280280
venv: $(REPO_BASE_DIR)/.venv/bin/activate ## Creates a python virtual environment with dev tools (pip, pylint, ...)

0 commit comments

Comments
 (0)