moved bar-related stuff to bar.c (merged draw.c into that)
This commit is contained in:
parent
9800518ae3
commit
7e476fb86b
6 changed files with 269 additions and 259 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@
|
|||
|
||||
include config.mk
|
||||
|
||||
SRC += client.c draw.c event.c main.c screen.c util.c
|
||||
SRC += bar.c client.c event.c main.c screen.c util.c
|
||||
OBJ = ${SRC:.c=.o}
|
||||
|
||||
all: options dwm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue