diff -r e3ee9aa21b1f -r de6b88d1fa3c status-bat/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/status-bat/Makefile Thu Oct 23 19:00:42 2014 +0400 @@ -0,0 +1,12 @@ +# dwm - dynamic window manager +# See LICENSE file for copyright and license details. + +include ../config.mk +include config.mk + +OUT = status-bat +SRC = bat.c +OBJ = ${SRC:.c=.o} +CONFIG = config.h + +include ../Makefile.status.inc