separated several functions into view.c
This commit is contained in:
parent
595028614b
commit
aa13727067
5 changed files with 266 additions and 258 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@
|
|||
|
||||
include config.mk
|
||||
|
||||
SRC = client.c draw.c event.c main.c tag.c util.c
|
||||
SRC = client.c draw.c event.c main.c tag.c util.c view.c
|
||||
OBJ = ${SRC:.c=.o}
|
||||
|
||||
all: options dwm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue