diff options
| author | raysan5 <[email protected]> | 2020-04-13 12:07:05 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2020-04-13 12:07:05 +0200 |
| commit | eb04be8141c5e70f99d8104c44a61fb71779a55a (patch) | |
| tree | dbd168f186fff2e7e281e48cfd7c258fbf06ab09 /projects/VSCode/Makefile | |
| parent | c21e9a721b5d417396e117c8e074db4767e32758 (diff) | |
| download | raylib-eb04be8141c5e70f99d8104c44a61fb71779a55a.tar.gz raylib-eb04be8141c5e70f99d8104c44a61fb71779a55a.zip | |
Review VSCode tasks
Diffstat (limited to 'projects/VSCode/Makefile')
| -rw-r--r-- | projects/VSCode/Makefile | 2 |
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) |
