readded draw.c again (except getcolor and setfont)
This commit is contained in:
parent
66b2e8379f
commit
a1913a6af7
5 changed files with 77 additions and 67 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue