[#159] Tidy Makefile

- Remove help target. Help target will always ignore variable targets,
  it is confusing.
- Remove imports target. Go fmt is enough.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2022-06-07 20:10:23 +03:00 committed by Alex Vanin
parent 5baa2774d5
commit 40e86fbfd6
2 changed files with 4 additions and 21 deletions

View file

@ -30,7 +30,7 @@ Other notable make targets:
dep Check and ensure dependencies
image Build clean docker image
dirty-image Build dirty docker image with host-built binaries
fmts Run all code formatters
fmt Format the code
lint Run linters
version Show current version
```