summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/Component.cdef4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/Component.cdef b/main/Component.cdef
index fb206ea..ebbc2f3 100644
--- a/main/Component.cdef
+++ b/main/Component.cdef
@@ -1,11 +1,11 @@
cflags:
{
-std=c99
- -I$BRNKL_ROOT/apps/util
+ -I$CURDIR/../util
}
sources:
{
- $BRNKL_ROOT/apps/util/util.c
+ $CURDIR/../util/util.c
main.c
}