From 6fbbb527533b6dd6149cdf7afe47089601288355 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 12 Dec 2022 00:14:27 +0000 Subject: Updated Makefile for MacOS and fixed some compiler warnings. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6155d74..5c4b7b5 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ CC=cc # Paths to X11 includes and libraries. Edit as appropriate for your system # -DIRS=-L/usr/openwin/lib -I/usr/openwin/include -L/usr/X11R6/lib -I/usr/local/include -L/usr/local/lib +DIRS=-L/usr/openwin/lib -I/usr/openwin/include -L/usr/X11R6/lib -I/usr/local/include -L/usr/local/lib -I/usr/X11/include -L/usr/X11/lib # Add on -lsocket for solaris 2 (and perhaps other SysV's) # -- cgit v1.2.3