Commit 6c880966fd1b7b2cd3ec86c0ace0d936bb252ca8
1 parent
b6cf79d2
--no commit message
Showing
1 changed file
with
2 additions
and
4 deletions
Project/applications/smartcities/Makefile
@@ -10,10 +10,8 @@ | @@ -10,10 +10,8 @@ | ||
10 | SDK_ROOT = ../../ | 10 | SDK_ROOT = ../../ |
11 | PROJECT_OUT = smartcities | 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 | # if you need to add build Defines options add to USER_DEFS define | 16 | # if you need to add build Defines options add to USER_DEFS define |
19 | #USER_DEFS += -D | 17 | #USER_DEFS += -D |