From 29098013d88e9829e48aa906558ea8bc60d7260b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 5 May 2023 22:56:29 +0200 Subject: rewrite for libproc2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 59bd863..ae6e47e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ ALL=px CFLAGS=-g -O2 -Wall -Wno-switch -Wextra -Wwrite-strings -LDFLAGS=-lprocps +LDFLAGS=-lproc2 DESTDIR= PREFIX=/usr/local -- cgit 1.4.1