| commit | 58cb148faf14b29c310a4075b739c4ef2aa54b7c | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Mon Dec 04 12:33:49 2023 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Mon Dec 04 12:33:49 2023 +0400 |
| tree | e7b1b390bf9944ee02f5cdcafe4f6a5612726bc7 | |
| parent | 106a935ae765f18fec9d51b94e2625a145f35ec7 [diff] [blame] |
auth-ui: picocss
diff --git a/core/auth/ui/Makefile b/core/auth/ui/Makefile index 2a148fc..53f7525 100644 --- a/core/auth/ui/Makefile +++ b/core/auth/ui/Makefile
@@ -1,5 +1,8 @@ clean: - rm -f server_* + rm -f server server_* + +build: clean + go build -o server *.go build_arm64: export CGO_ENABLED=0 build_arm64: export GO111MODULE=on