summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2023-03-17 00:19:20 +0000
committerIan C <ianc@noddybox.co.uk>2023-03-17 00:19:20 +0000
commit7711f4f583f49b3552dc0d7e283b92d995c05d9a (patch)
tree21b29ae5590dfe321d57b3dfae526f326f7dd3e3
parenta13aca269dae88d000e7e214fbae2fbb320f1d7c (diff)
Added homebrew lib and include for MacHEADmaster
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2fb1ff5..4d57b63 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
snesgfx: snesgfx.c
- $(CC) -I/usr/local/include -L/usr/local/lib -g -o snesgfx snesgfx.c -lpng
+ $(CC) -I/usr/local/include -I/opt/homebrew/include -L/usr/local/lib -L/opt/homebrew/lib -g -o snesgfx snesgfx.c -lpng
clean:
rm -f snesgfx core