mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-18 13:41:26 +01:00
Modify TODO to NOTE on Makefile (#2007)
'# TODO: see 'install' target.' should be a note rather than something to do.
This commit is contained in:
@ -652,7 +652,7 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# Remove raylib dev files installed on the system
|
# Remove raylib dev files installed on the system
|
||||||
# TODO: see 'install' target.
|
# NOTE: see 'install' target.
|
||||||
uninstall :
|
uninstall :
|
||||||
ifeq ($(ROOT),root)
|
ifeq ($(ROOT),root)
|
||||||
# WARNING: You are root, about to delete items from $(RAYLIB_INSTALL_PATH).
|
# WARNING: You are root, about to delete items from $(RAYLIB_INSTALL_PATH).
|
||||||
|
|||||||
Reference in New Issue
Block a user