Update Makefile

This commit is contained in:
Murray Campbell 2018-09-21 18:12:11 -05:00 committed by GitHub
parent 4757ead493
commit 46b171a80c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ?= standard_game
PROJECT_NAME ?= game
DEBUGGING ?= FALSE
# Default path for raylib on Raspberry Pi, if installed in different path, update it!