draw.c is useless (belongs to main.c now)

This commit is contained in:
Anselm R. Garbe 2007-02-19 15:17:31 +01:00
parent 238dd5d2b1
commit f8415019d4
6 changed files with 178 additions and 195 deletions

View file

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