status-time/Makefile
author Stiletto <blasux@blasux.ru>
Fri, 24 Oct 2014 17:07:07 +0400
changeset 11 ad3d40f11f6d
parent 10 442bed4a072e
child 14 fa82d67af1ea
permissions -rw-r--r--
status-bat: flashing bullshit support

# dwm - dynamic window manager
# See LICENSE file for copyright and license details.

include ../config.mk
include config.mk

OUT = status-time
SRC = time.c
OBJ = ${SRC:.c=.o}
CONFIG = config.h

include ../Makefile.status.inc