rearranged

This commit is contained in:
Anselm R. Garbe 2006-07-14 22:33:38 +02:00
parent 91a1f6926e
commit 29355bd382
9 changed files with 375 additions and 378 deletions

View file

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