浏览代码

Update Makefile

Ray 6 年之前
父节点
当前提交
5f0866463c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      games/Makefile

+ 1 - 1
games/Makefile

@@ -236,7 +236,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
     endif
 
     # Define a custom shell .html and output extension
-    CFLAGS += --shell-file $(RAYLIB_PATH)\templates\web_shell\shell.html
+    CFLAGS += --shell-file $(RAYLIB_PATH)\src\shell.html
     EXT = .html
 endif