introduced tile.c, some refactoring of functions
This commit is contained in:
parent
39ed54a468
commit
5cc27f1b3c
8 changed files with 150 additions and 141 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 view.c
|
||||
SRC = client.c draw.c event.c main.c tile.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