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 wrap: on
line diff
--- a/Makefile	Tue Aug 22 16:42:29 2006 +0200
+++ b/Makefile	Tue Aug 22 16:50:21 2006 +0200
@@ -3,7 +3,7 @@
 
 include config.mk
 
-SRC = client.c draw.c event.c main.c tag.c util.c
+SRC = client.c draw.c event.c main.c tag.c util.c view.c
 OBJ = ${SRC:.c=.o}
 
 all: options dwm