Pārlūkot izejas kodu
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
pirms 3 gadiem
committed by
GitHub
vecāks
revīzija
dcd289d931
Šim parakstam datu bāzē netika atrasta zināma atslēga
GPG atslēgas ID: 4AEE18F83AFDEB23
1 mainītis faili ar
1 papildinājumiem un
1 dzēšanām
-
src/Makefile
|
@ -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). |
|
|