aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)Author
2020-10-03Build for release and configure static linkingv0.0.1Teddy Wing
Set up a release build and distribution packaging. Configure static linking for 'openssl' and 'libgit2'. Based on or copied from code from 'git-suggestion'.
2020-10-03Add license (GNU GPLv3+)Teddy Wing
2020-10-03Add man pageTeddy Wing
Copied some of the structure and the Makefile recipe from 'git-suggestion'.
2020-10-03Makefile: Add prerequisites to `target/debug/git-todo` targetTeddy Wing
In af63ef79f5f2bc770844169580902ff61f54ec98, I forgot to add prerequisites, so when the source changed, the debug binary wasn't rebuilt before running tests.
2020-10-01Makefile: Ensure binary is built before running testsTeddy Wing
2020-09-14t/: Add test to get a TODO since the fork pointTeddy Wing
In order to include the 'bin.pm' file, we need to add its containing folder to the include path. Do this by adding a Makefile with the required command line argument. Add a new test that modifies the test file to add a new new TODO line. Test that it comes back in the `git todo` output.