summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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).