Commit 6c880966fd1b7b2cd3ec86c0ace0d936bb252ca8

Authored by Imanol-Mikel Barba Sabariego
1 parent b6cf79d2

--no commit message

Project/applications/smartcities/Makefile
... ... @@ -10,10 +10,8 @@
10 10 SDK_ROOT = ../../
11 11 PROJECT_OUT = smartcities
12 12  
13   -USER_SRC = main.c
14   -
15   -
16   -USER_INCDIR =
  13 +USER_SRC = main.c
  14 +USER_INCDIR = include/
17 15  
18 16 # if you need to add build Defines options add to USER_DEFS define
19 17 #USER_DEFS += -D
... ...