Commit graph

7 commits

Author SHA1 Message Date
1b195b1562 Use install instead of cp
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.
2012-05-27 22:56:17 +02:00
Tom Willemsen
905fa45ed2 Merge pull request #1 from babab/master
Add install and clean targets to Makefile
2012-05-27 13:43:19 -07:00
Benjamin Althues
9948d8eaa8 Make baps1 a dependency for the install target 2012-05-27 21:34:40 +02:00
Benjamin Althues
6445aa3885 Add install and clean commands to Makefile
Install to /usr/local/bin by default and prepare Makefile for
linking several different source files.
2012-05-22 22:06:50 +02:00
9aaf8b6ca9 Oops, readme should ben in the top level 2012-05-17 21:28:36 +02:00
904b2737cc Add some documentation
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.
2012-05-17 21:26:30 +02:00
f49fe5af67 Initial commit 2012-05-17 19:27:54 +02:00