-
Notifications
You must be signed in to change notification settings - Fork 316
Open
Labels
Description
How can I append multiple source paths?
my present makefile looks like this. but I don't know how to place multiple path in SRC_PATH
# Path to the source directory, relative to the makefile
SRC_PATH = . ../../../source
# Add additional include paths
INCLUDES = -I. -I../../../source -I../../../config
Error
blinky.c:1: *** missing separator. Stop.