Skip to content

Commit

Permalink
Update examples/Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeokkim committed Sep 30, 2023
1 parent 434bf7c commit ba9adc0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ PROJECT_FULL_NAME = c-krit/ferox

PROJECT_PREFIX = ${_COLOR_BEGIN}${PROJECT_FULL_NAME}:${_COLOR_END}

# TODO: Edit these values to match your raylib installation path!
RAYLIB_INCLUDE_PATH ?= .
RAYLIB_LIBRARY_PATH ?= .

INCLUDE_PATH = include
LIBRARY_PATH = ../lib
SOURCE_PATH = src
Expand Down
4 changes: 2 additions & 2 deletions examples/Makefile.drm
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
.PHONY: all clean

# TODO: Edit these values to match your raylib installation path!
RAYLIB_INCLUDE_PATH ?=
RAYLIB_LIBRARY_PATH ?=
RAYLIB_INCLUDE_PATH ?= .
RAYLIB_LIBRARY_PATH ?= .

INCLUDE_PATH = include
LIBRARY_PATH = ../lib
Expand Down

0 comments on commit ba9adc0

Please sign in to comment.