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: 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(-) (limited to 'src') 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). -- cgit v1.2.3