status-time/Makefile
changeset 1 3e9290bf7249
child 10 442bed4a072e
equal deleted inserted replaced
0:a22a319f5129 1:3e9290bf7249
       
     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