aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Simplify (?) MakefileHEADmasterGravatar Tom Willemsen2012-05-282-11/+7
| | | | Rename `main.c' to `baps1.c' to allow use of more implicit make rules.
* Move timediff functions to their own source fileGravatar Tom Willemsen2012-05-274-146/+164
|
* Add uninstall ruleGravatar Tom Willemsen2012-05-271-0/+3
| | | | | | It might or might not be non-standard, but I hate having to figure out which files should be removed to uninstall something, can we please have this?
* Add a little bit of whitespaceGravatar Tom Willemsen2012-05-271-0/+2
|
* Use install instead of cpGravatar Tom Willemsen2012-05-271-1/+1
| | | | | | | | | According to the explanation found here: http://en.chys.info/2009/05/install-vs-cp-and-mmap/ , it is better to use `install' than `cp'. This is because, supposedly, `cp' opens the new file in write-only mode and just overwrites it, whereas `install' unlinks it first and then replaces it, making sure that running programs don't start acting strangely.
* Merge pull request #1 from babab/masterGravatar Tom Willemsen2012-05-271-2/+12
|\ | | | | Add install and clean targets to Makefile
| * Make baps1 a dependency for the install targetGravatar Benjamin Althues2012-05-271-1/+1
| |
| * Add install and clean commands to MakefileGravatar Benjamin Althues2012-05-221-2/+12
|/ | | | | Install to /usr/local/bin by default and prepare Makefile for linking several different source files.
* Oops, readme should ben in the top levelGravatar Tom Willemsen2012-05-171-0/+0
|
* Add some documentationGravatar Tom Willemsen2012-05-172-9/+38
| | | | | | I like both python's and (e)lisp's way of documenting functions on the inside, even though I don't know of any system that does that reads it this way for C, I'm still trying it out.
* Initial commitGravatar Tom Willemsen2012-05-172-0/+138