Open AitorATuin opened 8 years ago
I don't like splitting the Makefiles. It's common to use a git checkout directly in /Programs/Scripts, meaning I'd end up with /bin/Makefile, etc.
Also, I'd prefer if it kept echoing the gcc commands. It's better for troubleshooting.
@hishamhm @lucasvr Moved code to the main makefile and echoing building commands.
Reading this PR more carefully, if I'm following correctly, one thing it changes is that the files were moved around, so that one can't just clone the git repo at /Programs/Scripts/git, run make
, run SymlinkProgram and use it directly without "installing" it from a separate directory.
I think it's very convenient to use the git repo as a "live" installation, and it would be sad to lose that functionality.
Removed the cpio in the Makefile. Build distributed into several Makefiles.