rearranged
This commit is contained in:
parent
91a1f6926e
commit
29355bd382
9 changed files with 375 additions and 378 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@
|
|||
|
||||
include config.mk
|
||||
|
||||
SRC = bar.c client.c dev.c draw.c event.c main.c util.c
|
||||
SRC = client.c draw.c event.c key.c main.c screen.c util.c
|
||||
OBJ = ${SRC:.c=.o}
|
||||
MAN1 = dwm.1
|
||||
BIN = dwm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue