From eccde1cdb666b0bcfd339fd06222a0fd8a6a077d Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 22 Jul 2021 08:36:17 +0000 Subject: chore(make): make configuration --- Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..292bc81 --- /dev/null +++ b/Makefile @@ -0,0 +1,12 @@ +fmt: + go fmt github.com/fuwn/capybara... + +run: fmt validate + go run github.com/fuwn/capybara + +build: fmt + go build + +docker: fmt + docker build -t fuwn/capybara:latest . + -- cgit v1.2.3