From e872bca0e085e6ef7b91e21a2d9399a8db5414df Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Mon, 14 Mar 2022 14:31:03 -0600 Subject: fix makefile, header include --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 52bc088..7063fba 100644 --- a/Makefile +++ b/Makefile @@ -20,10 +20,10 @@ uninstall: test -s ${INCLUDE_PREFIX}/uirc || rm -r ${INCLUDE_PREFIX}/uirc stb: - @echo "It is best to download the stb library from your system's package manager. + @echo "It is best to download the stb library from your system's package manager." @echo "Press ENTER to manually install the stb headers needed. Otherwise, quit with ^C" @read - mkdir -p ${INCLUDE_PREFIX}/uirc - wget https://raw.githubusercontent.com/nothings/stb/master/stb_image.h -P /usr/include/uirc/stb_image.h + mkdir -p ${INCLUDE_PREFIX}/stb + wget https://raw.githubusercontent.com/nothings/stb/master/stb_image.h -P /usr/include/stb/stb_image.h .PHONY: uirc install stb -- cgit v1.2.3