summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLaurentino Luna <[email protected]>2021-09-22 18:49:11 -0300
committerGitHub <[email protected]>2021-09-22 23:49:11 +0200
commitdcd289d931d3c9d836c23068e1420930b566db6a (patch)
tree447f3bc81dfb3eae107d952f76869a5e5874847b
parent025246620fb45646f3b5af16b09ad17f1d912c21 (diff)
downloadraylib-dcd289d931d3c9d836c23068e1420930b566db6a.tar.gz
raylib-dcd289d931d3c9d836c23068e1420930b566db6a.zip
Modify TODO to NOTE on Makefile (#2007)
'# TODO: see 'install' target.' should be a note rather than something to do.
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index cdf37fc3..c759a91c 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -652,7 +652,7 @@ else
endif
# Remove raylib dev files installed on the system
-# TODO: see 'install' target.
+# NOTE: see 'install' target.
uninstall :
ifeq ($(ROOT),root)
# WARNING: You are root, about to delete items from $(RAYLIB_INSTALL_PATH).