--- 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
--- a/status-bat/Makefile Wed Dec 10 20:31:21 2014 +0400
+++ b/status-bat/Makefile Fri Feb 27 19:46:25 2015 +0400
@@ -1,6 +1,3 @@
-# dwm - dynamic window manager
-# See LICENSE file for copyright and license details.
-
include ../config.mk
include config.mk
--- a/status-loadavg/Makefile Wed Dec 10 20:31:21 2014 +0400
+++ b/status-loadavg/Makefile Fri Feb 27 19:46:25 2015 +0400
@@ -1,6 +1,3 @@
-# dwm - dynamic window manager
-# See LICENSE file for copyright and license details.
-
include ../config.mk
include config.mk
--- a/status-mem/Makefile Wed Dec 10 20:31:21 2014 +0400
+++ b/status-mem/Makefile Fri Feb 27 19:46:25 2015 +0400
@@ -1,6 +1,3 @@
-# dwm - dynamic window manager
-# See LICENSE file for copyright and license details.
-
include ../config.mk
include config.mk
--- a/status-time/Makefile Wed Dec 10 20:31:21 2014 +0400
+++ b/status-time/Makefile Fri Feb 27 19:46:25 2015 +0400
@@ -1,6 +1,3 @@
-# dwm - dynamic window manager
-# See LICENSE file for copyright and license details.
-
include ../config.mk
include config.mk
--- a/status-wifi/Makefile Wed Dec 10 20:31:21 2014 +0400
+++ b/status-wifi/Makefile Fri Feb 27 19:46:25 2015 +0400
@@ -1,6 +1,3 @@
-# dwm - dynamic window manager
-# See LICENSE file for copyright and license details.
-
include ../config.mk
include config.mk