status-mem/Makefile
changeset 1 3e9290bf7249
child 14 fa82d67af1ea
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 include config.mk
       
     6 
       
     7 OUT = status-mem
       
     8 SRC = mem.c
       
     9 OBJ = ${SRC:.c=.o}
       
    10 CONFIG = config.h
       
    11 
       
    12 include ../Makefile.status.inc