From 25bf19b1cf99cd3ebe01c5fb96a6b6b13f528f8e Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 8 Oct 2023 00:19:24 +0900 Subject: add files --- Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e3f4a1e --- /dev/null +++ b/Makefile @@ -0,0 +1,14 @@ +.PHONY: all +all: build + +.PHONY: build +build: + go build . + +.PHONY: fmt +fmt: + go fmt . + +.PHONY: clean +clean: + rm -f ./mioproxy -- cgit v1.2.3-70-g09d2