From 551de156bb71b2bdd85a4c820934da34896c0bd5 Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 22 Oct 2017 12:08:42 +0200 Subject: [PATCH] Name tweak --- games/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/Makefile b/games/Makefile index 00f82d193..7c8fc9389 100644 --- a/games/Makefile +++ b/games/Makefile @@ -27,7 +27,7 @@ # WARNING: To compile to HTML5, code must be redesigned to use emscripten.h and emscripten_set_main_loop() PLATFORM ?= PLATFORM_DESKTOP RAYLIB_PATH ?= .. -PROJECT_NAME ?= advance_game +PROJECT_NAME ?= sample_game # Library type used for raylib and OpenAL Soft: STATIC (.a) or SHARED (.so/.dll) # NOTE: Libraries should be provided in the selected form