aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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-14/+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