summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2021-09-28 16:05:48 +0100
committerIan C <ianc@noddybox.co.uk>2021-09-28 16:05:48 +0100
commitcd33a33ca0291fac215a1078c3e0b0a691f27394 (patch)
treecc30927da78ecd77e441966d9d320e486cf121ab
parent17647175d6d67886a45ccb2857cd05f0ada11fc6 (diff)
Updated Makefile to build on Mac. Added .gitignore.HEADmaster
-rw-r--r--.gitignore3
-rw-r--r--Makefile4
2 files changed, 5 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..bdde986
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+dash
+spred
+*.o
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
#