summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2022-03-01 23:24:11 +0000
committerIan C <ianc@noddybox.co.uk>2022-03-01 23:24:11 +0000
commit393e88d077d4cb68d64888efc85fa73fcc08d766 (patch)
tree2b8694af10abd1dc0ee27d56721c0faea9a632e4
parent1f20ab3ac64622e9eceb01da8e96b20ededc3c04 (diff)
Added X11 include and lib dirs for /usr/X11HEADmaster
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bc17b80..2ecba36 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
all: img img3d
img: img.c
- cc -I/usr/openwin/include -I/usr/local/include -L/usr/openwin/lib -L/usr/local/lib -O -o img img.c -lm -lX11
+ cc -I/usr/openwin/include -I/usr/local/include -I/usr/X11/include -L/usr/openwin/lib -L/usr/local/lib -L/usr/X11/lib -O -o img img.c -lm -lX11
img3d: img3d.c
- cc -I/usr/openwin/include -I/usr/local/include -L/usr/openwin/lib -L/usr/local/lib -O -o img3d img3d.c -lm -lX11
+ cc -I/usr/openwin/include -I/usr/local/include -I/usr/X11/include -L/usr/openwin/lib -L/usr/local/lib -L/usr/X11/lib -O -o img3d img3d.c -lm -lX11
clean:
rm -f img img3d core