rearranged several stuff

This commit is contained in:
Anselm R. Garbe 2006-07-15 16:30:50 +02:00
parent c0705eeb65
commit dba23062ba
10 changed files with 442 additions and 444 deletions

View file

@ -3,7 +3,7 @@
include config.mk
SRC = client.c draw.c event.c key.c main.c screen.c util.c
SRC = client.c draw.c event.c main.c tag.c util.c
OBJ = ${SRC:.c=.o}
MAN1 = dwm.1
BIN = dwm