added screen.c, removed layout.c and tag.c

This commit is contained in:
Anselm R. Garbe 2007-08-19 10:57:02 +02:00
parent 96d7fe16ea
commit 47765f7286
7 changed files with 217 additions and 230 deletions

View file

@ -3,7 +3,7 @@
include config.mk
SRC += client.c draw.c event.c layout.c main.c tag.c util.c
SRC += client.c draw.c event.c main.c screen.c util.c
OBJ = ${SRC:.c=.o}
all: options dwm