equal
deleted
inserted
replaced
11 DPOKE_LDFLAGS = -g ${DPOKE_LIBS} |
11 DPOKE_LDFLAGS = -g ${DPOKE_LIBS} |
12 |
12 |
13 STATUS_LIBS = -L/usr/lib |
13 STATUS_LIBS = -L/usr/lib |
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 = -g -std=c99 -pedantic -Wall -Os ${STATUS_INCS} ${STATUS_CPPFLAGS} |
17 STATUS_LDFLAGS = ${STATUS_LIBS} -static |
17 STATUS_LDFLAGS = -g ${STATUS_LIBS} -static |
18 |
18 |
19 STATUS = status-time status-mem status-loadavg status-wifi status-bat |
19 STATUS = status-time status-mem status-loadavg status-wifi status-bat |
20 # compiler and linker |
20 # compiler and linker |
21 CC = cc |
21 CC = cc |