Remove dwm-copypasta
authorStiletto <blasux@blasux.ru>
Fri, 27 Feb 2015 19:46:25 +0400
changeset 14 fa82d67af1ea
parent 13 d7ce3b1dddc4
child 15 163e96e2b941
Remove dwm-copypasta
config.mk
status-bat/Makefile
status-loadavg/Makefile
status-mem/Makefile
status-time/Makefile
status-wifi/Makefile
--- 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