From 5cc08ed2e9c465e0e8290410fc0a10e5737fc058 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 24 Jul 2021 14:08:29 -0400 Subject: Move notes to separate NOTES.txt, add CPU time display --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3