Browse Source

Update Makefile

pull/464/head
RDR8 7 years ago
committed by GitHub
parent
commit
f742f1289d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Makefile

+ 1
- 1
src/Makefile View File

@ -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)

Loading…
Cancel
Save