From cd33a33ca0291fac215a1078c3e0b0a691f27394 Mon Sep 17 00:00:00 2001 From: Ian C Date: Tue, 28 Sep 2021 16:05:48 +0100 Subject: Updated Makefile to build on Mac. Added .gitignore. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 63d8119..0520182 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,8 @@ CC=cc # For Suns - edit if your system is awkward too # -INCLUDE_PATH=-I/usr/openwin/include -I/usr/5include -I/usr/local/include -LIB_PATH=-L/usr/openwin/lib -L/usr/5lib -L/usr/local/lib +INCLUDE_PATH=-I/usr/openwin/include -I/usr/5include -I/usr/local/include -I/usr/X11R6/include +LIB_PATH=-L/usr/openwin/lib -L/usr/5lib -L/usr/local/lib -L/usr/X11R6/lib # Shouldn't need to edit below here # -- cgit v1.2.3