readded draw.c again (except getcolor and setfont)

This commit is contained in:
Anselm R. Garbe 2007-02-20 13:54:00 +01:00
parent 66b2e8379f
commit a1913a6af7
5 changed files with 77 additions and 67 deletions

View file

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