source-controller
source-controller copied to clipboard
Rename make target `build` to `manager`
Due to the existence of BUILD_DIR directory called build at the project root, the build make target never works.
Rename the make target as manager, in alignment with other makefiles in other repos and not conflict with the build
directory.