Review VSCode tasks
This commit is contained in:
parent
c21e9a721b
commit
eb04be8141
3 changed files with 13 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue