Browse Source
Modify TODO to NOTE on Makefile (#2007)
'# TODO: see 'install' target.' should be a note rather than something
to do.
pull/2008/head
Laurentino Luna
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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). |
|
|
|