diff options
Diffstat (limited to 'backend/Makefile')
| -rw-r--r-- | backend/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/backend/Makefile b/backend/Makefile index e3ac844..e9bc5a6 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -1,6 +1,5 @@ -.PHONY: fmt -fmt: - go fmt ./... +.PHONY: all +all: check lint .PHONY: check check: |
