From c3855530a0e9ade233dd01425a025782e6840207 Mon Sep 17 00:00:00 2001 From: Mid Favila Date: Sun, 21 Aug 2022 17:43:44 -0400 Subject: [PATCH] Makefile should be more amenable to automated package management now. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 9763283..f336244 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,7 +1,7 @@ .POSIX: .SUFFIXES: CC = cc -CFLAGS = -Wall -O2 +CFLAGS = LDLIBS = -lXm -lXt -lX11 PREFIX = /usr/local/ DESTDIR =