renamed view.c into screen.c
This commit is contained in:
parent
64871a7045
commit
238dd5d2b1
4 changed files with 67 additions and 69 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@
|
|||
|
||||
include config.mk
|
||||
|
||||
SRC = client.c draw.c event.c main.c manage.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