From 2491a03d4b4ae0ea69176ab71db5d51af1dd2154 Mon Sep 17 00:00:00 2001 From: a624669980 Date: Mon, 27 Sep 2021 17:22:18 +0800 Subject: [PATCH] update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 194ebf0..1db1c5c 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ build: build-ui build-backend build-ui: - cd UI && yarn install && yarn build + cd CasaOS-UI && yarn install && yarn build build-backend: export CGO_ENABLED=1;export CGO_LDFLAGS=-static;go build -o ./casa main.go;upx --lzma --best casa