From 40ef9f33ba16265e7f0dddb625fa94ad4d2b5afe Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Fri, 25 Mar 2022 23:09:18 -0600 Subject: added macOS instructions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3