Sfoglia il codice sorgente
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 anni fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con
1 aggiunte e
1 eliminazioni
-
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). |
|
|
|