merged tag.c, view.c and tile.c to manage.c
This commit is contained in:
parent
b3d7e07f18
commit
4cdbd523e5
6 changed files with 437 additions and 461 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@
|
|||
|
||||
include config.mk
|
||||
|
||||
SRC = client.c draw.c event.c main.c tile.c tag.c util.c view.c
|
||||
SRC = client.c draw.c event.c main.c manage.c util.c
|
||||
OBJ = ${SRC:.c=.o}
|
||||
|
||||
all: options dwm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue