summaryrefslogtreecommitdiff
path: root/main/Component.cdef
blob: ebbc2f33c8162006976b388cfcc288720e11fe1a (plain)
1
2
3
4
5
6
7
8
9
10
11
cflags:
{
  -std=c99
  -I$CURDIR/../util
}

sources:
{
  $CURDIR/../util/util.c
  main.c
}