status-bat/Makefile
author Stiletto <blasux@blasux.ru>
Wed, 10 Dec 2014 20:30:53 +0400
changeset 12 ae09261c22e3
parent 6 de6b88d1fa3c
child 14 fa82d67af1ea
permissions -rw-r--r--
Temperature applet

# 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