summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2022-03-25 23:09:18 -0600
committerBryson Steck <steck.bryson@gmail.com>2022-03-25 23:09:18 -0600
commit40ef9f33ba16265e7f0dddb625fa94ad4d2b5afe (patch)
treed59e142450f9f6140cfb5291d128f985fdf7aea6 /Makefile
parentd46ba9883117e023f79cdcfda04e028b9270db8a (diff)
downloaduirc-40ef9f33ba16265e7f0dddb625fa94ad4d2b5afe.tar
uirc-40ef9f33ba16265e7f0dddb625fa94ad4d2b5afe.tar.gz
uirc-40ef9f33ba16265e7f0dddb625fa94ad4d2b5afe.tar.bz2
added macOS instructions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b013027..af9a944 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,6 @@ stb:
@echo "Press ENTER to manually install the stb headers needed instead. Otherwise, quit with ^C"
@read
mkdir -p ${INCLUDE_PREFIX}/stb
- wget https://raw.githubusercontent.com/nothings/stb/master/stb_image.h -P /usr/include/stb/
+ wget https://raw.githubusercontent.com/nothings/stb/master/stb_image.h -P ${INCLUDE_PREFIX}/stb
.PHONY: uirc install stb