diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,8 +12,8 @@ OBJ_DIRS_sub=$(shell find $(SRC_DIR) -type d) OBJ_DIRS=$(subst $(SRC_DIR),$(OBJ_DIR),$(OBJ_DIRS_sub)) # Include raylib if we want a visual experience -VISUAL?= -ifdef VISUAL +ifdef RAYLIB +$(info "Visual Experience Selected") PKGS+=raylib DEFINES+=-DVISUAL endif |