mirror of
https://shylinux.com/x/ollama-story
synced 2025-04-29 00:59:23 +08:00
add some
This commit is contained in:
parent
7d797f1fb3
commit
7ff2d416e3
2
Makefile
2
Makefile
@ -5,7 +5,7 @@ flags = -ldflags "-w -s" -v
|
|||||||
|
|
||||||
all: def
|
all: def
|
||||||
@date +"%Y-%m-%d %H:%M:%S"
|
@date +"%Y-%m-%d %H:%M:%S"
|
||||||
go build ${flags} -o ${binarys} src/main.go ${version} ${binpack} && ./${binarys} forever restart &>/dev/null
|
go build ${flags} -o ${binarys} src/main.go src/option.go ${version} ${binpack} && ./${binarys} forever restart &>/dev/null
|
||||||
|
|
||||||
def:
|
def:
|
||||||
@[ -f ${version} ] || echo "package main">${version}
|
@[ -f ${version} ] || echo "package main">${version}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user