I have started work on a very small side-project. I quite often end up spending time away from my computer, but by others that I could use. I am writing a small C program that can read in my include and library setup for compile commands, and build a batch file to build files.
The idea is to put this on my USB stick, and then when I am out I will have a simple way to compile my programs without having to worry about setting up all the new include paths.
It is a very simple design, and I figure it will be done fairly quickly.
Code written today:
145 lines of C