merged tag.c, view.c and tile.c to manage.c

This commit is contained in:
Anselm R. Garbe 2007-02-19 14:44:05 +01:00
parent b3d7e07f18
commit 4cdbd523e5
6 changed files with 437 additions and 461 deletions

View file

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