dwm-meillo
diff Makefile @ 327:96d09fd98e89
separated several functions into view.c
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Tue, 22 Aug 2006 16:50:21 +0200 |
parents | 87cdbff4962e |
children | e90bf387bf6f |
line diff
1.1 --- a/Makefile Tue Aug 22 16:42:29 2006 +0200 1.2 +++ b/Makefile Tue Aug 22 16:50:21 2006 +0200 1.3 @@ -3,7 +3,7 @@ 1.4 1.5 include config.mk 1.6 1.7 -SRC = client.c draw.c event.c main.c tag.c util.c 1.8 +SRC = client.c draw.c event.c main.c tag.c util.c view.c 1.9 OBJ = ${SRC:.c=.o} 1.10 1.11 all: options dwm