Modify TODO to NOTE on Makefile

'# TODO: see 'install' target.' should be a note rather than something
to do.
This commit is contained in:
laurenloco 2021-09-22 18:40:10 -03:00
parent 025246620f
commit ab3958b077

View File

@ -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).