aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-25 10:47:27 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-25 10:47:27 +0800
commit4655e8b1672bef80d1a6f73cc34476662d4c2a21 (patch)
treee2d3ac87f855d0b67456dcae2936bddfcccb5b45
parentMore C style changes (diff)
downloadpowxy-0.1.81.tar.gz
powxy-0.1.81.tar.zst
powxy-0.1.81.zip
Add static to powxy's makefile depsv0.1.81
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 <https://runxiyu.org>
-powxy: *.go version.go wasm/solver.wasm
+powxy: *.go version.go wasm/solver.wasm static/*
go build -o powxy
version.go: