equal
deleted
inserted
replaced
14 STATUS_INCS = |
14 STATUS_INCS = |
15 STATUS_CPPFLAGS = -DVERSION=\"${VERSION}\" |
15 STATUS_CPPFLAGS = -DVERSION=\"${VERSION}\" |
16 STATUS_CFLAGS = -std=c99 -pedantic -Wall -Os ${STATUS_INCS} ${STATUS_CPPFLAGS} |
16 STATUS_CFLAGS = -std=c99 -pedantic -Wall -Os ${STATUS_INCS} ${STATUS_CPPFLAGS} |
17 STATUS_LDFLAGS = ${STATUS_LIBS} -static |
17 STATUS_LDFLAGS = ${STATUS_LIBS} -static |
18 |
18 |
19 STATUS = status-time status-mem status-loadavg |
19 STATUS = status-time status-mem status-loadavg status-wifi |
20 # compiler and linker |
20 # compiler and linker |
21 CC = cc |
21 CC = cc |