Commit graph

11 commits

Author SHA1 Message Date
2cd73799b1 Simplify (?) Makefile
Rename `main.c' to `baps1.c' to allow use of more implicit make rules.
2012-05-28 00:08:11 +02:00
78b73b18a4 Move timediff functions to their own source file 2012-05-27 23:32:11 +02:00
c783d74e22 Add uninstall rule
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?
2012-05-27 23:04:14 +02:00
a94a591f2b Add a little bit of whitespace 2012-05-27 23:00:43 +02:00
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