diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2022-03-25 23:09:18 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2022-03-25 23:09:18 -0600 |
commit | 40ef9f33ba16265e7f0dddb625fa94ad4d2b5afe (patch) | |
tree | d59e142450f9f6140cfb5291d128f985fdf7aea6 /Makefile | |
parent | d46ba9883117e023f79cdcfda04e028b9270db8a (diff) | |
download | uirc-40ef9f33ba16265e7f0dddb625fa94ad4d2b5afe.tar uirc-40ef9f33ba16265e7f0dddb625fa94ad4d2b5afe.tar.gz uirc-40ef9f33ba16265e7f0dddb625fa94ad4d2b5afe.tar.bz2 |
added macOS instructions
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |