feat: pidproxy and Makefile

This commit is contained in:
2023-12-10 05:39:37 +00:00
parent 3dc69325c1
commit 4ec5750cd5
12 changed files with 208 additions and 18 deletions

5
cmd/wingmate/Makefile Normal file
View File

@@ -0,0 +1,5 @@
all:
go build -v
clean:
go clean -i -cache -testcache