diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-23 00:54:04 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-23 00:54:04 +0800 |
commit | 584c969a7f122f29e6fed923586333ab38cb3d6a (patch) | |
tree | 13f7609ce25c63748cc2511d253f253ccbb454b2 /Makefile | |
parent | Initial commit (diff) | |
download | powxy-584c969a7f122f29e6fed923586333ab38cb3d6a.tar.gz powxy-584c969a7f122f29e6fed923586333ab38cb3d6a.tar.zst powxy-584c969a7f122f29e6fed923586333ab38cb3d6a.zip |
Basic reverse proxy
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1810daf --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +powxy: *.go + go build -o powxy |