status-time/Makefile
author Stiletto <blasux@blasux.ru>
Thu, 23 Oct 2014 19:00:42 +0400
changeset 6 de6b88d1fa3c
parent 1 3e9290bf7249
child 10 442bed4a072e
permissions -rw-r--r--
status-bat (with optional udev support!)

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

include ../config.mk

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

include ../Makefile.status.inc