12 Commits

Author SHA1 Message Date
Susan Potter
f64978d6c2 Added PREFIX variable (def:/usr/local) for install
Instead of hard coding without any option to override the installation
prefix directory, I added a PREFIX variable with the default value of
/usr/local.

Also used $(APP) for binary basename references instead of hardcoding
"pit".  This way if you want to have two versions of pit running you can
rename one to, say, pit2.
2011-01-06 12:20:31 +08:00
Mike Dvorkin
6210786a89 Wrote README file, updated help, added make install 2010-08-22 15:28:12 -07:00
Mike Dvorkin
255e5daaa1 Renamed pager 2010-08-21 15:01:37 -07:00
Mike Dvorkin
1753a4810a Wrote more tests, fixed another nasty bug 2010-08-14 22:13:09 -07:00
Mike Dvorkin
24c793fce5 Refactored to add dispatcher and universal command handlers 2010-08-07 16:39:11 -07:00
Mike Dvorkin
1f2ddba847 First incarnation of Ruby-based pit test suite 2010-08-04 22:56:40 -07:00
Mike Dvorkin
f84c7ea8f1 More features 2010-08-01 11:48:42 -07:00
Mike Dvorkin
be2bea9141 Moved utility functions to src/util.c 2010-07-27 21:24:38 -07:00
Mike Dvorkin
f02ffff989 Streamlined .h files, added command line parsing routines 2010-07-22 23:33:03 -07:00
Mike Dvorkin
7d0d3b7d54 Fixed Makefile 2010-07-19 18:59:40 -07:00
Mike Dvorkin
cafced4b36 Created first project saving it and reading from .pit file! 2010-07-14 22:30:53 -07:00
Mike Dvorkin
9dec87454c Added Makefile; make & make clean both work 2010-07-10 13:11:21 -07:00