# HG changeset patch # User Stiletto # Date 1425051985 -14400 # Node ID fa82d67af1ea7c1d93eed0b04e86d7947be87cc9 # Parent d7ce3b1dddc4bcf11cd5fe7ea6186f0c1b117e97 Remove dwm-copypasta diff -r d7ce3b1dddc4 -r fa82d67af1ea config.mk --- 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 diff -r d7ce3b1dddc4 -r fa82d67af1ea status-bat/Makefile --- 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 diff -r d7ce3b1dddc4 -r fa82d67af1ea status-loadavg/Makefile --- 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 diff -r d7ce3b1dddc4 -r fa82d67af1ea status-mem/Makefile --- 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 diff -r d7ce3b1dddc4 -r fa82d67af1ea status-time/Makefile --- 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 diff -r d7ce3b1dddc4 -r fa82d67af1ea status-wifi/Makefile --- 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