diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-25 10:47:27 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-25 10:47:27 +0800 |
commit | 4655e8b1672bef80d1a6f73cc34476662d4c2a21 (patch) | |
tree | e2d3ac87f855d0b67456dcae2936bddfcccb5b45 | |
parent | More C style changes (diff) | |
download | powxy-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |