11 lines
127 B
Makefile
11 lines
127 B
Makefile
.PHONY: run check qwen-context
|
|
|
|
run:
|
|
python run.py
|
|
|
|
check:
|
|
./scripts/qwen-check.sh
|
|
|
|
qwen-context:
|
|
./scripts/qwen-context.sh
|