equal
deleted
inserted
replaced
|
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 |