Skip to content

Commit

Permalink
Force venv from all
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed May 9, 2024
1 parent 260d61c commit 9673dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ endif
.PHONY: all all.old venv deps clean deps-global pub lint cilint
.PHONY: install uninstall user-install user-uninstall

all:
all: venv
. venv/bin/activate ; $(PYTHON) main.py || $(MAKE) deps

all.old:
Expand Down

0 comments on commit 9673dc1

Please sign in to comment.