@akkartik curiosity, also my build shell scripts are bordering absolute madness. I'd like people to clone, make run, make clean, etc.. Not have to dissect my shell script to figure out my naming conventions
@neauoire I'd rather have the shell-based build system. cmake and make don't gurantee a clean build, and shell scripts are a common tool that most unix-minded people can easily grok.
@akkartik curiosity, also my build shell scripts are bordering absolute madness. I'd like people to clone, make run, make clean, etc.. Not have to dissect my shell script to figure out my naming conventions