Skip to content

Makefile: remove find NO CHANGELOG

Jacob Vosmaer requested to merge jv-remove-make-find into master

This removes 5 find invocations that would run every time you used make.

  1. Stop using find to avoid rebuilding Go executables: Go is very good at avoiding recompilation and we are bad at correctly defining on which *.go files an executable depends.
  2. Only build a list of all Go files for auto-formatting if we are actually going to auto-format
Edited by Jacob Vosmaer

Merge request reports