diff options
| author | RDR8 <rdr8@protonmail.com> | 2018-02-12 05:17:02 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-12 05:17:02 +0000 |
| commit | f742f1289d9e00c8d09a5a6dc4c36efaa0e10d67 (patch) | |
| tree | 1ea217014e4515d3e5e4f7d23d310fcd3cf5f39b /src | |
| parent | 0be4d802ee291099619ab35193107945e2aa5939 (diff) | |
| download | raylib-f742f1289d9e00c8d09a5a6dc4c36efaa0e10d67.tar.gz raylib-f742f1289d9e00c8d09a5a6dc4c36efaa0e10d67.zip | |
Update Makefile
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 61206a3d..f8f9635b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -529,7 +529,7 @@ RAYLIB_H_INSTALL_PATH ?= /usr/local/include/raysan5 install : ifeq ($(ROOT),root) - # Attention! You are root. Consult this Makefile for more information." + # Attention! You are root. Consult this Makefile for more information. ifeq ($(PLATFORM_OS),LINUX) # Prepare the environment as needed. mkdir --parents --verbose $(RAYLIB_INSTALL_PATH) |
