Skip to content

Phony build

username-removed-274314 requested to merge phony-build into initial-server

This is something I found happening in my host, since the file build target exists Make does not executes the build, which leads to not updating the compilation source code and forcing a clean build.

I'm labeling the build target as PHONY so it is built always.

cc/ @ahmadsherif @eReGeBe

Merge request reports