renamed draw into drw

This commit is contained in:
Anselm R Garbe 2013-04-17 21:21:47 +02:00
parent aafeaf7317
commit f2544a3318
6 changed files with 265 additions and 268 deletions

View file

@ -3,7 +3,7 @@
include config.mk
SRC = util.c draw.c dwm.c
SRC = drw.c dwm.c util.c
OBJ = ${SRC:.c=.o}
all: options dwm