| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add uninstall rule | 2012-05-27 | 1 | -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 whitespace | 2012-05-27 | 1 | -0/+2 | |
| | | |||||
| * | Use install instead of cp | 2012-05-27 | 1 | -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 target | 2012-05-27 | 1 | -1/+1 | |
| | | |||||
| * | Add install and clean commands to Makefile | 2012-05-22 | 1 | -2/+12 | |
| | | | | | | Install to /usr/local/bin by default and prepare Makefile for linking several different source files. | ||||
| * | Initial commit | 2012-05-17 | 1 | -0/+2 | |
