equal
deleted
inserted
replaced
|
1 # dwm - dynamic window manager |
|
2 # See LICENSE file for copyright and license details. |
|
3 |
|
4 include ../config.mk |
|
5 |
|
6 OUT = status-time |
|
7 SRC = time.c |
|
8 OBJ = ${SRC:.c=.o} |
|
9 CONFIG = config.h |
|
10 |
|
11 include ../Makefile.status.inc |