Your `makefile` contains only `all` target. Please add `cli` target as an option for people who don't need GUI and its dependencies: ```makefile cli: $(EXEC_CLI) ``` I don't PR because having issues compiling it (therefore can't test, I know it's trivial change but still).