Skip to content

craigbarnes/tally

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tally

A simple command-line SLOC counter.

Requirements

Note: Tally currently only works with GNU libc. This is only for convenience during early development. The intention is to eventually be portable to any POSIX.1-2008 compliant OS.

Installation

make -j8 && sudo make install

License

Copyright (C) 2014-2017 Craig Barnes

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License version 2 for more details.