瀏覽代碼

Update Makefile

RDR8 7 年之前
父節點
當前提交
f742f1289d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Makefile

+ 1 - 1
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)