draw.c is useless (belongs to main.c now)
This commit is contained in:
parent
238dd5d2b1
commit
f8415019d4
6 changed files with 178 additions and 195 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@
|
|||
|
||||
include config.mk
|
||||
|
||||
SRC = client.c draw.c event.c main.c screen.c util.c
|
||||
SRC = client.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