From 4655e8b1672bef80d1a6f73cc34476662d4c2a21 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 25 Mar 2025 10:47:27 +0800 Subject: Add static to powxy's makefile deps --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fc75d46..8b81d00 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BSD-2-Clause # SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu -powxy: *.go version.go wasm/solver.wasm +powxy: *.go version.go wasm/solver.wasm static/* go build -o powxy version.go: -- cgit v1.2.3