diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-23 11:48:43 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-23 11:48:43 +0800 |
commit | d678c34a10e713f2e30f77406a2302a1983caf76 (patch) | |
tree | 026f4d293e1363a6fb3a317d92ad0f2672866e9b | |
parent | LibreJS support? (diff) | |
download | powxy-d678c34a10e713f2e30f77406a2302a1983caf76.tar.gz powxy-d678c34a10e713f2e30f77406a2302a1983caf76.tar.zst powxy-d678c34a10e713f2e30f77406a2302a1983caf76.zip |
Remove the trivial habitual makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index 1810daf..0000000 --- a/Makefile +++ /dev/null @@ -1,2 +0,0 @@ -powxy: *.go - go build -o powxy |