5 lines
68 B
Makefile
5 lines
68 B
Makefile
|
#!/usr/bin/env -S just --justfile
|
||
|
|
||
|
pub:
|
||
|
venv/bin/invoke publish
|