diff options
author | B. Watson <yalhcru@gmail.com> | 2021-07-24 14:08:29 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2021-07-24 14:08:29 -0400 |
commit | 5cc08ed2e9c465e0e8290410fc0a10e5737fc058 (patch) | |
tree | ac20a5b1f92cf07d7a69309b3a995ce4b83eb7c0 /Makefile | |
parent | f81125b285faa47273f699873fe49871123d0924 (diff) | |
download | slowbaud-5cc08ed2e9c465e0e8290410fc0a10e5737fc058.tar.gz |
Move notes to separate NOTES.txt, add CPU time display
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ PROJ=slowbaud CC=gcc CFLAGS=-Wall -O2 $(EXTRACFLAGS) -LIBS=-lutil +LIBS=-lm -lutil RST2MAN=rst2man.py PREFIX=/usr |