From 0cc2c6baa8865ddd5a4e31b47fd6fbffa2aa6c1b Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Sun, 23 Mar 2025 14:31:21 +0000 Subject: Version 1.0.0 --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..5676fbf --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ + + +# timer + +A command line egg timer. + +## Building + +Use GNU make. + +You may need to link against `librt` on your system. To do this, pass +`LDLIBS=-lrt` to GNU make. + +To build statically, pass `LDFLAGS=-static` to GNU make. + +If you pass variables to GNU make via the command line, there's no easy way to +detect this and force a rebuild. In these cases, run the `./clean` script before +rebuilding. + +## Installation + +Place timer in a location of your choice. One way to do this may be with the +following command: + +``` +install -Dm755 timer ~/.local/bin/timer +``` -- cgit v1.2.3-70-g09d2