added screen.c, removed layout.c and tag.c
This commit is contained in:
parent
96d7fe16ea
commit
47765f7286
7 changed files with 217 additions and 230 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@
|
|||
|
||||
include config.mk
|
||||
|
||||
SRC += client.c draw.c event.c layout.c main.c tag.c util.c
|
||||
SRC += client.c draw.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