rearranged several stuff
This commit is contained in:
parent
c0705eeb65
commit
dba23062ba
10 changed files with 442 additions and 444 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@
|
|||
|
||||
include config.mk
|
||||
|
||||
SRC = client.c draw.c event.c key.c main.c screen.c util.c
|
||||
SRC = client.c draw.c event.c main.c tag.c util.c
|
||||
OBJ = ${SRC:.c=.o}
|
||||
MAN1 = dwm.1
|
||||
BIN = dwm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue