1
0

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 833885d2a6
commit 4e5645b281
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