@@ -1,7 +1,12 @@
.PHONY: run check qwen-context
PYTHON := python3
ifneq ($(wildcard .venv/bin/python),)
PYTHON := .venv/bin/python
endif
run:
python run.py
$(PYTHON) run.py
check:
./scripts/qwen-check.sh
The note is not visible to the blocked user.