summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2022-03-24 15:31:57 -0600
committerBryson Steck <steck.bryson@gmail.com>2022-03-24 15:31:57 -0600
commit9644d1b8fa5a32e84778cb025d0c7b73efcc3eef (patch)
tree5499bbc8b5e7ac2550e4aa988c3aafd8d1d24c2d /Makefile
parent1a44f91a4a33e3ea8b9127ee2a7f2589adab6818 (diff)
downloaduirc-9644d1b8fa5a32e84778cb025d0c7b73efcc3eef.tar
uirc-9644d1b8fa5a32e84778cb025d0c7b73efcc3eef.tar.gz
uirc-9644d1b8fa5a32e84778cb025d0c7b73efcc3eef.tar.bz2
fixed instructions and makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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