summaryrefslogtreecommitdiffhomepage
path: root/projects/VSCode/Makefile
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2020-04-13 12:07:05 +0200
committerraysan5 <[email protected]>2020-04-13 12:07:05 +0200
commiteb04be8141c5e70f99d8104c44a61fb71779a55a (patch)
treedbd168f186fff2e7e281e48cfd7c258fbf06ab09 /projects/VSCode/Makefile
parentc21e9a721b5d417396e117c8e074db4767e32758 (diff)
downloadraylib-eb04be8141c5e70f99d8104c44a61fb71779a55a.tar.gz
raylib-eb04be8141c5e70f99d8104c44a61fb71779a55a.zip
Review VSCode tasks
Diffstat (limited to 'projects/VSCode/Makefile')
-rw-r--r--projects/VSCode/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/VSCode/Makefile b/projects/VSCode/Makefile
index b8c22ce3..1ffaac97 100644
--- a/projects/VSCode/Makefile
+++ b/projects/VSCode/Makefile
@@ -358,7 +358,7 @@ OBJ_DIR = obj
# Define all object files from source files
SRC = $(call rwildcard, *.c, *.h)
#OBJS = $(SRC:$(SRC_DIR)/%.c=$(OBJ_DIR)/%.o)
-OBJS = main.c
+OBJS ?= main.c
# For Android platform we call a custom Makefile.Android
ifeq ($(PLATFORM),PLATFORM_ANDROID)