diff options
| author | Laurentino Luna <[email protected]> | 2021-09-22 18:49:11 -0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-22 23:49:11 +0200 |
| commit | dcd289d931d3c9d836c23068e1420930b566db6a (patch) | |
| tree | 447f3bc81dfb3eae107d952f76869a5e5874847b /src | |
| parent | 025246620fb45646f3b5af16b09ad17f1d912c21 (diff) | |
| download | raylib-dcd289d931d3c9d836c23068e1420930b566db6a.tar.gz raylib-dcd289d931d3c9d836c23068e1420930b566db6a.zip | |
Modify TODO to NOTE on Makefile (#2007)
'# TODO: see 'install' target.' should be a note rather than something
to do.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index cdf37fc3..c759a91c 100644 --- a/src/Makefile +++ b/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). |
