From 9644d1b8fa5a32e84778cb025d0c7b73efcc3eef Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Thu, 24 Mar 2022 15:31:57 -0600 Subject: fixed instructions and makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 34d7f1c..b013027 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/stb_image.h + wget https://raw.githubusercontent.com/nothings/stb/master/stb_image.h -P /usr/include/stb/ .PHONY: uirc install stb -- cgit v1.2.3