status-mem/Makefile
author Stiletto <blasux@blasux.ru>
Thu, 23 Oct 2014 19:32:57 +0400
changeset 8 028758fdeab2
parent 1 3e9290bf7249
child 14 fa82d67af1ea
permissions -rw-r--r--
Added tag 0.03 for changeset c0ca2b08f061

# dwm - dynamic window manager
# See LICENSE file for copyright and license details.

include ../config.mk
include config.mk

OUT = status-mem
SRC = mem.c
OBJ = ${SRC:.c=.o}
CONFIG = config.h

include ../Makefile.status.inc