Skip to content

makefile: add non-file targets to .PHONY

Anton Shestakov requested to merge topic/default/phony-targets into branch/default

Since we're not creating files named "help", "build" or "push" in those targets, it's better to mark them as non-file targets. It will also allow make to actually run a target even if there are files with those names present in working directory.

Merge request reports