changeset 10 | 442bed4a072e |
parent 1 | 3e9290bf7249 |
child 14 | fa82d67af1ea |
9:96b47c0505b5 | 10:442bed4a072e |
---|---|
1 # dwm - dynamic window manager |
1 # dwm - dynamic window manager |
2 # See LICENSE file for copyright and license details. |
2 # See LICENSE file for copyright and license details. |
3 |
3 |
4 include ../config.mk |
4 include ../config.mk |
5 include config.mk |
|
5 |
6 |
6 OUT = status-time |
7 OUT = status-time |
7 SRC = time.c |
8 SRC = time.c |
8 OBJ = ${SRC:.c=.o} |
9 OBJ = ${SRC:.c=.o} |
9 CONFIG = config.h |
10 CONFIG = config.h |