diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
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 |