12 lines
74 B
Makefile
12 lines
74 B
Makefile
_:
|
|
@just --list
|
|
|
|
|
|
alias b:=build
|
|
|
|
# Build llm-proxy
|
|
build:
|
|
go build
|
|
|
|
|