status-time/Makefile
author Stiletto <blasux@blasux.ru>
Fri, 24 Oct 2014 14:13:46 +0400
changeset 10 442bed4a072e
parent 1 3e9290bf7249
child 14 fa82d67af1ea
permissions -rw-r--r--
Locale support for status-time

# 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