From dcd289d931d3c9d836c23068e1420930b566db6a Mon Sep 17 00:00:00 2001 From: Laurentino Luna <81370009+catmanl@users.noreply.github.com> Date: Wed, 22 Sep 2021 18:49:11 -0300 Subject: [PATCH] Modify TODO to NOTE on Makefile (#2007) '# TODO: see 'install' target.' should be a note rather than something to do. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index cdf37fc36..c759a91c5 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).