Build command line executables Build single executable Add executables as sub-folder into cmd folder. E.g. cmd/exec Open terminal and cd to base folder of this repo. Type ./build NAME_OF_EXECUTABLE. E.g. ./build exec Executable will be created in bin/NAME_OF_EXECUTABLE. E.g. bin/exec Run executable. E.g. bin/exec Build all Add executables as sub-folder into cmd folder. E.g. cmd/exec Open terminal and cd to base folder of this repo. Type ./build. All executables will be created in bin folder.