config.mk
changeset 14 fa82d67af1ea
parent 10 442bed4a072e
--- a/config.mk	Wed Dec 10 20:31:21 2014 +0400
+++ b/config.mk	Fri Feb 27 19:46:25 2015 +0400
@@ -16,6 +16,6 @@
 STATUS_CFLAGS = -g -std=c99 -pedantic -Wall -Os ${STATUS_INCS} ${STATUS_CPPFLAGS}
 STATUS_LDFLAGS = -g ${STATUS_LIBS} -static
 
-STATUS = status-time status-mem status-loadavg status-wifi status-bat
+STATUS = status-time status-mem status-loadavg status-bat status-wifi
 # compiler and linker
 CC = cc