Update Makefile

This commit is contained in:
RDR8 2018-02-12 05:17:02 +00:00 committed by GitHub
parent 0be4d802ee
commit f742f1289d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)