aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'backend/Makefile')
-rw-r--r--backend/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/backend/Makefile b/backend/Makefile
deleted file mode 100644
index e9bc5a6..0000000
--- a/backend/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-.PHONY: all
-all: check lint
-
-.PHONY: check
-check:
- go build -o /dev/null ./...
-
-.PHONY: lint
-lint:
- go run github.com/golangci/golangci-lint/cmd/golangci-lint run
-
-.PHONY: gen
-gen:
- go generate ./...