diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-24 20:48:23 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-24 20:48:23 +0800 |
commit | fb1beeaa0e462b8d443af2f633daa85b66d69411 (patch) | |
tree | 79dfe11b242300df637ec632c10b5860ffbd4fc4 /Makefile | |
parent | Use a WebAssembly solver (diff) | |
download | powxy-fb1beeaa0e462b8d443af2f633daa85b66d69411.tar.gz powxy-fb1beeaa0e462b8d443af2f633daa85b66d69411.tar.zst powxy-fb1beeaa0e462b8d443af2f633daa85b66d69411.zip |
Update license headers
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +# SPDX-License-Identifier: BSD-2-Clause +# SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> + powxy: *.go version.go wasm/solver.wasm go build -o powxy |