aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-07-24 14:08:29 -0400
committerB. Watson <yalhcru@gmail.com>2021-07-24 14:08:29 -0400
commit5cc08ed2e9c465e0e8290410fc0a10e5737fc058 (patch)
treeac20a5b1f92cf07d7a69309b3a995ce4b83eb7c0 /Makefile
parentf81125b285faa47273f699873fe49871123d0924 (diff)
downloadslowbaud-5cc08ed2e9c465e0e8290410fc0a10e5737fc058.tar.gz
Move notes to separate NOTES.txt, add CPU time display
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d0efe49..0251e5e 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ PROJ=slowbaud
CC=gcc
CFLAGS=-Wall -O2 $(EXTRACFLAGS)
-LIBS=-lutil
+LIBS=-lm -lutil
RST2MAN=rst2man.py
PREFIX=/usr