Skip to content

build: move kas task to the top of the makefile

feistel requested to merge feistel/gitlab-agent:fix/make into master

make will run the first task in the Makefile

labkit has a backward compatibility check for MRs that run make on clients of the library to ensure the code still compiles

This MR move the build task to the top of the Makefile. This is consistent with other gitlab projects having the build task as the default task.

Merge request reports