summary refs log tree commit diff
path: root/bin/.gitignore (follow)
Commit message (Collapse)AuthorAge
* Add typing gameJune McEnroe2017-09-14
|
* Move C code to bin, Makefile, AGPLJune McEnroe2017-09-06
itle='2013-03-20 21:08:32 +0100'>2013-03-20ui-patch: use cgit_version not CGIT_VERSIONJohn Keeping We already have a global cgit_version which is set from the #define'd CGIT_VERSION in cgit.c. Change ui-patch.c to use this so that we only need to rebuild cgit.o when the version changes. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-03-20Makefile: re-use Git's Makefile where possibleJohn Keeping