Files
llm-proxy-go/justfile

12 lines
74 B
Makefile

_:
@just --list
alias b:=build
# Build llm-proxy
build:
go build