status-time/Makefile
author Stiletto <blasux@blasux.ru>
Mon, 20 Oct 2014 22:59:08 +0400
changeset 1 3e9290bf7249
child 10 442bed4a072e
permissions -rw-r--r--
Some sample status scripts

# 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