about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2023-05-05 22:56:29 +0200
committerLeah Neukirchen <leah@vuxu.org>2023-05-05 22:56:29 +0200
commit29098013d88e9829e48aa906558ea8bc60d7260b (patch)
tree1da3c0fb07f9d2507c04f403c6cc59cf22a303f9 /Makefile
parent385d3d71ffadaf30ae115d79a5626cbce059a974 (diff)
downloadpx-29098013d88e9829e48aa906558ea8bc60d7260b.tar.gz
px-29098013d88e9829e48aa906558ea8bc60d7260b.tar.xz
px-29098013d88e9829e48aa906558ea8bc60d7260b.zip
rewrite for libproc2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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