config.mk
changeset 14 fa82d67af1ea
parent 10 442bed4a072e
equal deleted inserted replaced
13:d7ce3b1dddc4 14:fa82d67af1ea
    14 STATUS_INCS =
    14 STATUS_INCS =
    15 STATUS_CPPFLAGS = -DVERSION=\"${VERSION}\"
    15 STATUS_CPPFLAGS = -DVERSION=\"${VERSION}\"
    16 STATUS_CFLAGS = -g -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 = -g ${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-bat status-wifi
    20 # compiler and linker
    20 # compiler and linker
    21 CC = cc
    21 CC = cc