Browse Source

Update Makefile

main
raysan5 4 years ago
parent
commit
5a4c961eb3
  1. 7
      src/Makefile

7
src/Makefile

@ -23,10 +23,13 @@
.PHONY: all clean .PHONY: all clean
# Define required raylib variables # Define required variables
PROJECT_NAME ?= raylib_game PROJECT_NAME ?= raylib_game
RAYLIB_VERSION ?= 3.8.0 RAYLIB_VERSION ?= 3.8.0
RAYLIB_PATH ?= ../.. RAYLIB_PATH ?= C:/GitHub/raylib
OUTPUT_PATH ?= ../build
OUTPUT_TEMP_PATH ?= ../temp
# Define default options # Define default options

Loading…
Cancel
Save