Review VSCode tasks

This commit is contained in:
raysan5 2020-04-13 12:07:05 +02:00
parent c21e9a721b
commit eb04be8141
3 changed files with 13 additions and 5 deletions

View file

@ -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)